Table of Contents

Class RadialSelectionBox<TContainer>

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Generic radial selection box allowing custom containers while keeping HudElementBase as the element type.

Alias of RadialSelectionBox<TContainer, TElement> using HudElementBase as the element.

public class RadialSelectionBox<TContainer> : RadialSelectionBox<TContainer, HudElementBase>, IReadOnlyHudElement, IReadOnlyHudNode, IReadOnlyHudParent, IHudCollection<TContainer, HudElementBase>, IReadOnlyHudCollection<TContainer, HudElementBase>, IReadOnlyList<TContainer>, IReadOnlyCollection<TContainer>, IEnumerable<TContainer>, IEnumerable where TContainer : IScrollBoxEntry<HudElementBase>, new()

Type Parameters

TContainer
Inheritance
RadialSelectionBox<TContainer>
Implements
IReadOnlyList<TContainer>
IEnumerable<TContainer>
Derived
Inherited Members

Constructors

RadialSelectionBox(HudParentBase)

public RadialSelectionBox(HudParentBase parent = null)

Parameters

parent HudParentBase