Class HudCollection
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Generic collection of HUD elements, each wrapped in a decorator container. Elements inside containers are parented directly to this collection (not to their containers). Supports full IList-like manipulation while ensuring proper registration/unregistration with the HUD tree.
Alias for HudCollection<TElementContainer, TElement> using HudElementContainer as the wrapper and HudElementBase as the element type.
public class HudCollection : HudCollection<HudNodeContainer, HudNodeBase>, IReadOnlyHudElement, IReadOnlyHudNode, IReadOnlyHudParent, IHudCollection<HudNodeContainer, HudNodeBase>, IReadOnlyHudCollection<HudNodeContainer, HudNodeBase>, IReadOnlyList<HudNodeContainer>, IReadOnlyCollection<HudNodeContainer>, IEnumerable<HudNodeContainer>, IEnumerable
- Inheritance
-
HudCollection
- Implements
- Inherited Members
Constructors
HudCollection(HudParentBase)
public HudCollection(HudParentBase parent = null)
Parameters
parentHudParentBase