Table of Contents

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

TElement

UI element type used for the entry

TData

Data 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