Class OpLabelLong
public class OpLabelLong : OpLabel
- Inheritance
-
OpLabelLong
- Inherited Members
Constructors
OpLabelLong(Vector2, Vector2, string, bool, FLabelAlignment)
public OpLabelLong(Vector2 pos, Vector2 size, string text = "TEXT", bool autoWrap = true, FLabelAlignment alignment = FLabelAlignment.Left)
Parameters
posVector2sizeVector2textstringautoWrapboolalignmentFLabelAlignment
Fields
allowOverflow
public bool allowOverflow
Field Value
labels
public List<FLabel> labels
Field Value
Properties
LineHeight
public float LineHeight { get; }
Property Value
Methods
Change()
public override void Change()
GetDisplaySize()
public override Vector2 GetDisplaySize()
Returns
- Vector2
GrafUpdate(float)
public override void GrafUpdate(float timeStacker)
Parameters
timeStackerfloat