Class MenuLabel
- Namespace
- Menu
- Assembly
- Assembly-CSharp.dll
public class MenuLabel : RectangularMenuObject
- Inheritance
-
MenuLabel
- Inherited Members
Constructors
MenuLabel(Menu, MenuObject, string, Vector2, Vector2, bool, FTextParams)
public MenuLabel(Menu menu, MenuObject owner, string text, Vector2 pos, Vector2 size, bool bigText, FTextParams textParams = null)
Parameters
menuMenuownerMenuObjecttextstringposVector2sizeVector2bigTextbooltextParamsFTextParams
Fields
label
public FLabel label
Field Value
myText
public string myText
Field Value
Properties
text
public string text { get; set; }
Property Value
Methods
GrafUpdate(float)
public override void GrafUpdate(float timeStacker)
Parameters
timeStackerfloat
RemoveSprites()
public override void RemoveSprites()
WordWrapLabel(FLabel, float)
public static void WordWrapLabel(FLabel label, float maxWidth)