Interface IScrollBoxEntryTuple<TElement, TData>
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Interface for scrollbox entries that associate an arbitrary data object with the UI element.
public interface IScrollBoxEntryTuple<TElement, TData> : IScrollBoxEntry<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase
Type Parameters
TElementUI element type used for the entry
TDataData type associated with the entry
- Inherited Members
Properties
AssocMember
The data object paired with the UI element in this entry.
TData AssocMember { get; set; }
Property Value
- TData