Table of Contents

Class OpLabel

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

Constructors

public OpLabel(float posX, float posY, string text = "TEXT", bool bigText = false)

Parameters

posX float
posY float
text string
bigText bool
public OpLabel(Vector2 pos, Vector2 size, string text = "TEXT", FLabelAlignment alignment = FLabelAlignment.Center, bool bigText = false, FTextParams textParams = null)

Parameters

pos Vector2
size Vector2
text string
alignment FLabelAlignment
bigText bool
textParams FTextParams

Fields

public FLabelAlignment _alignment

Field Value

FLabelAlignment
public readonly bool _bigText

Field Value

bool
public string _displayText

Field Value

string
public string _text

Field Value

string
public OpLabel.LabelVAlignment _verticalAlignment

Field Value

OpLabel.LabelVAlignment
public float alpha

Field Value

float
public bool autoWrap

Field Value

bool
public BumpBehaviour bumpBehav

Field Value

BumpBehaviour
public Color color

Field Value

Color
public FLabel label

Field Value

FLabel

Properties

public bool _IsLong { get; }

Property Value

bool
public FLabelAlignment alignment { get; set; }

Property Value

FLabelAlignment
public string text { get; set; }

Property Value

string
public OpLabel.LabelVAlignment verticalAlignment { get; set; }

Property Value

OpLabel.LabelVAlignment

Methods

public override void Change()
public virtual Vector2 GetDisplaySize()

Returns

Vector2
public int GetLineCount()

Returns

int
public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public int _IndexOfLineBreakOccurence(int occurence)

Parameters

occurence int

Returns

int