Méthode | Description | |
---|---|---|
GetSpriteFont ( double elapsedMS ) : |
||
GetText ( double elapsedMS ) : string | ||
IsFinished ( double elapsedMS ) : bool | ||
RegionText ( |
||
SetText ( string text, int width, int height ) : void | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
GetTextIndex ( double elapsedMS ) : int | ||
ProcessText ( ) : void |
public GetSpriteFont ( double elapsedMS ) : |
||
elapsedMS | double | |
Résultat |
public GetText ( double elapsedMS ) : string | ||
elapsedMS | double | |
Résultat | string |
public IsFinished ( double elapsedMS ) : bool | ||
elapsedMS | double | |
Résultat | bool |
public RegionText ( |
||
spriteFont | ||
text | string | |
width | int | |
height | int | |
Résultat | System |
public SetText ( string text, int width, int height ) : void | ||
text | string | |
width | int | |
height | int | |
Résultat | void |