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
-
HudCollection<TContainer, HudElementBase>RadialSelectionBox<TContainer, HudElementBase>RadialSelectionBox<TContainer>
- Implements
-
IHudCollection<TContainer, HudElementBase>IReadOnlyHudCollection<TContainer, HudElementBase>IReadOnlyList<TContainer>IReadOnlyCollection<TContainer>IEnumerable<TContainer>
- Derived
- Inherited Members
Constructors
RadialSelectionBox(HudParentBase)
public RadialSelectionBox(HudParentBase parent = null)
Parameters
parentHudParentBase