Свойство | Type | Description | |
---|---|---|---|
position | Vector2 | ||
rotation | float |
Méthode | Description | |
---|---|---|
TextRun ( BitmapFont font ) : System | ||
compile ( ) : void |
compiles the text into raw verts/texture coordinates. This method must be called anytime text or any other properties are changed.
|
|
render ( |
||
setFont ( BitmapFont font ) : |
||
setHorizontalAlign ( HorizontalAlign hAlign ) : |
||
setText ( string text ) : |
||
setVerticalAlign ( VerticalAlign vAlign ) : |
Méthode | Description | |
---|---|---|
updateCentering ( ) : void | ||
updateSize ( ) : void |
public TextRun ( BitmapFont font ) : System | ||
font | BitmapFont | |
Résultat | System |
public setFont ( BitmapFont font ) : |
||
font | BitmapFont | |
Résultat |
public setHorizontalAlign ( HorizontalAlign hAlign ) : |
||
hAlign | HorizontalAlign | |
Résultat |
public setVerticalAlign ( VerticalAlign vAlign ) : |
||
vAlign | VerticalAlign | |
Résultat |