Table of Contents

Interface IReadOnlyHudCollection

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Default read-only collection interface using standard container and element types.

Alias for IReadOnlyHudCollection<TElementContainer, TElement> with HudElementBase as the element type and HudElementContainer as the wrapper.

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