Table of Contents

Class OpHoldButton.QueueCircular

Namespace
Menu.Remix.MixedUI
Assembly
Assembly-CSharp.dll
public class OpHoldButton.QueueCircular : UIfocusable.FocusableQueue
Inheritance
OpHoldButton.QueueCircular
Inherited Members

Constructors

public QueueCircular(string displayText, string label = "", float fillTime = 80, object sign = null)

Parameters

displayText string
label string
fillTime float
sign object

Fields

public string description

Field Value

string
public readonly string displayText

Field Value

string
public readonly float fillTime

Field Value

float
public readonly string label

Field Value

string
public OnSignalHandler onClick

Field Value

OnSignalHandler
public OnSignalHandler onPressDone

Field Value

OnSignalHandler
public OnSignalHandler onPressInit

Field Value

OnSignalHandler

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>