Method | Description | |
---|---|---|
GetSpriteFont ( double elapsedMS ) : |
||
GetText ( double elapsedMS ) : string | ||
IsFinished ( double elapsedMS ) : bool | ||
RegionText ( |
||
SetText ( string text, int width, int height ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
GetTextIndex ( double elapsedMS ) : int | ||
ProcessText ( ) : void |
public GetSpriteFont ( double elapsedMS ) : |
||
elapsedMS | double | |
return |
public IsFinished ( double elapsedMS ) : bool | ||
elapsedMS | double | |
return | bool |
public RegionText ( |
||
spriteFont | ||
text | string | |
width | int | |
height | int | |
return | System |
public SetText ( string text, int width, int height ) : void | ||
text | string | |
width | int | |
height | int | |
return | void |