Table of Contents

Class OpLabel.Queue

Namespace
Menu.Remix.MixedUI
Assembly
Assembly-CSharp.dll
public class OpLabel.Queue : UIQueue
Inheritance
OpLabel.Queue
Inherited Members

Constructors

public Queue(string text, FLabelAlignment alignment = FLabelAlignment.Left, bool bigText = false)

Parameters

text string
alignment FLabelAlignment
bigText bool

Fields

public readonly FLabelAlignment alignment

Field Value

FLabelAlignment
public readonly bool bigText

Field Value

bool
public string description

Field Value

string
public readonly string text

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>