Interface IReadOnlyHudCollection<TElementContainer>
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Read-only interface for collections of HUD elements wrapped in decorator containers.
Alias for IReadOnlyHudCollection<TElementContainer, TElement> with HudElementBase as the element type.
public interface IReadOnlyHudCollection<TElementContainer> : 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