Table of Contents

Class OpLabelLong.Queue

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

Constructors

public Queue(string text, float height, FLabelAlignment alignment = FLabelAlignment.Left)

Parameters

text string
height float
alignment FLabelAlignment

Fields

public readonly FLabelAlignment alignment

Field Value

FLabelAlignment
public string description

Field Value

string
public readonly float height

Field Value

float
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>