Table of Contents

Interface ISelectionBoxEntryTuple<TElement, TValue>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Interface for a selection box entry that pairs a UI element with a data value of type TValue.

public interface ISelectionBoxEntryTuple<TElement, TValue> : ISelectionBoxEntry<TElement>, IScrollBoxEntryTuple<TElement, TValue>, IScrollBoxEntry<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase

Type Parameters

TElement

UI element type used for the entry

TValue

Data type associated with the entry

Inherited Members