Table of Contents

Class OpRadioButtonGroup.Queue

Namespace
Menu.Remix.MixedUI
Assembly
Assembly-CSharp.dll
public class OpRadioButtonGroup.Queue : UIconfig.ConfigQueue
Inheritance
OpRadioButtonGroup.Queue
Inherited Members

Constructors

public Queue(Configurable<int> config, string[] names, string[] descriptions = null, object sign = null)

Parameters

config Configurable<int>
names string[]
descriptions string[]
sign object

Fields

public readonly bool _labeled

Field Value

bool
public readonly string[] descriptions

Field Value

string[]
public readonly string[] names

Field Value

string[]

Properties

public override float sizeY { get; }

Property Value

float

Methods

public override List<UIelement> _InitializeThisQueue(IHoldUIelements holder, float posX, ref float offsetY)

Parameters

holder IHoldUIelements
posX float
offsetY float

Returns

List<UIelement>