Property | Type | Description | |
---|---|---|---|
SignalTextChange | Action, | ||
defaultAnchorX | float | ||
defaultAnchorY | float |
Property | Type | Description | |
---|---|---|---|
_alphaColor | Color, | ||
_anchorX | float | ||
_anchorY | float | ||
_color | Color, | ||
_doQuadsNeedUpdate | bool | ||
_doesLocalPositionNeedUpdate | bool | ||
_doesTextNeedUpdate | bool | ||
_font | FFont, | ||
_fontName | string | ||
_isMeshDirty | bool | ||
_letterQuadLines | FLetterQuadLine[], | ||
_shouldSnapToPixels | bool | ||
_text | string | ||
_textParams | FTextParams, | ||
_textRect | Rect, |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreateTextQuads ( ) : void | ||
FLabel ( string fontName, string text ) : System, | ||
FLabel ( string fontName, string text, FTextParams, textParams ) : System, | ||
GetAnchor ( ) : Vector2, | ||
PopulateRenderLayer ( ) : void | ||
Redraw ( bool shouldForceDirty, bool shouldUpdateDepth ) : void | ||
SetAnchor ( Vector2, newAnchor ) : void | ||
SetAnchor ( float newX, float newY ) : void | ||
UpdateLocalPosition ( ) : void |
public FLabel ( string fontName, string text ) : System, | ||
fontName | string | |
text | string | |
return | System, |
public FLabel ( string fontName, string text, FTextParams, textParams ) : System, | ||
fontName | string | |
text | string | |
textParams | FTextParams, | |
return | System, |
public Redraw ( bool shouldForceDirty, bool shouldUpdateDepth ) : void | ||
shouldForceDirty | bool | |
shouldUpdateDepth | bool | |
return | void |
public SetAnchor ( Vector2, newAnchor ) : void | ||
newAnchor | Vector2, | |
return | void |
public SetAnchor ( float newX, float newY ) : void | ||
newX | float | |
newY | float | |
return | void |
protected bool _doesLocalPositionNeedUpdate | ||
return | bool |
protected FLetterQuadLine[], _letterQuadLines | ||
return | FLetterQuadLine[], |