Class SelectionBoxEntryTuple<TElement, TValue>
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Implementation of a Selection Box entry that pairs the element with a value.
public class SelectionBoxEntryTuple<TElement, TValue> : SelectionBoxEntry<TElement>, ISelectionBoxEntryTuple<TElement, TValue>, ISelectionBoxEntry<TElement>, IScrollBoxEntryTuple<TElement, TValue>, IScrollBoxEntry<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase
Type Parameters
TElementUI element type used for the entry
TValueData type associated with the entry
- Inheritance
-
HudElementContainer<TElement>SelectionBoxEntry<TElement>SelectionBoxEntryTuple<TElement, TValue>
- Implements
-
ISelectionBoxEntryTuple<TElement, TValue>ISelectionBoxEntry<TElement>IScrollBoxEntryTuple<TElement, TValue>IScrollBoxEntry<TElement>IChainElementContainer<TElement>IHudNodeContainer<TElement>
- Derived
- Inherited Members
Properties
AssocMember
The data object paired with the UI element in this entry.
public TValue AssocMember { get; set; }
Property Value
- TValue
Methods
Reset()
Resets the entry to its default state
public override void Reset()