Interface IHudCollection<TElementContainer>
- 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.
public interface IHudCollection<TElementContainer> : IHudCollection<TElementContainer, HudElementBase>, IReadOnlyHudCollection<TElementContainer, HudElementBase>, IReadOnlyList<TElementContainer>, IReadOnlyCollection<TElementContainer>, IEnumerable<TElementContainer>, IEnumerable where TElementContainer : IHudNodeContainer<HudElementBase>, new()
Type Parameters
TElementContainerType of the container/decorator wrapping each element. Must implement IHudNodeContainer<TElement>.
- Inherited Members