Table of Contents

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

TElement

UI element type used for the entry

TData

Data type associated with the entry

Inheritance
HudElementTuple<TElement, TData>
Implements
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