Class HudElementTuple<TElement, TData>
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Container class used to associate a HudChain entry with an arbitrary data object.
public class HudElementTuple<TElement, TData> : HudElementContainer<TElement>, IChainElementContainer<TElement>, IHudNodeContainer<TElement> where TElement : HudElementBase
Type Parameters
TElementUI element type used for the entry
TDataData type associated with the entry
- Inheritance
-
HudElementContainer<TElement>HudElementTuple<TElement, TData>
- Implements
-
IChainElementContainer<TElement>IHudNodeContainer<TElement>
- Derived
- Inherited Members
Constructors
HudElementTuple()
public HudElementTuple()
Properties
AssocData
The arbitrary data associated with this element.
public virtual TData AssocData { get; set; }
Property Value
- TData