Table of Contents

Class OpSimpleButton.Queue

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

Constructors

public Queue(string displayText, string label = "", object sign = null)

Parameters

displayText string
label string
sign object

Fields

public string description

Field Value

string
public readonly string displayText

Field Value

string
public readonly string label

Field Value

string
public OnSignalHandler onClick

Field Value

OnSignalHandler
public OnSignalHandler onPressHold

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>