Table of Contents

Interface IHudCollection

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Mutable interface for HUD collections supporting decorator-wrapped child elements.

Alias of IHudCollection<TElementContainer, TElement> using HudElementBase as the element type and HudElementContainer as the wrapper.

public interface IHudCollection : IHudCollection<HudElementContainer, HudElementBase>, IReadOnlyHudCollection<HudElementContainer, HudElementBase>, IReadOnlyList<HudElementContainer>, IReadOnlyCollection<HudElementContainer>, IEnumerable<HudElementContainer>, IEnumerable
Inherited Members