Table of Contents

Class MenuLabel

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class MenuLabel : RectangularMenuObject
Inheritance
MenuLabel
Inherited Members

Constructors

public MenuLabel(Menu menu, MenuObject owner, string text, Vector2 pos, Vector2 size, bool bigText, FTextParams textParams = null)

Parameters

menu Menu
owner MenuObject
text string
pos Vector2
size Vector2
bigText bool
textParams FTextParams

Fields

public FLabel label

Field Value

FLabel
public string myText

Field Value

string

Properties

public string text { get; set; }

Property Value

string

Methods

public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float
public override void RemoveSprites()
public static void WordWrapLabel(FLabel label, float maxWidth)

Parameters

label FLabel
maxWidth float