Property | Type | Description | |
---|---|---|---|
Disposed | bool | ||
character | char | ||
position | Vector2 |
Method | Description | |
---|---|---|
Draw ( ) : void |
Draws this instance.
|
|
Expload ( Vector2 location ) : void |
Exploads the character from the specified location.
|
|
FancyCharacter ( char character, Vector2 position, float scale, Color color, string fontName, long startupEffectTimeOffset, float layerDepth ) : System |
Initializes a new instance of the FancyCharacter class.
|
|
Update ( ) : void |
Updates this instance.
|
public Expload ( Vector2 location ) : void | ||
location | Vector2 | The location. |
return | void |
public FancyCharacter ( char character, Vector2 position, float scale, Color color, string fontName, long startupEffectTimeOffset, float layerDepth ) : System | ||
character | char | The character. |
position | Vector2 | The position. |
scale | float | The scale. |
color | Color | The color. |
fontName | string | Name of the font. |
startupEffectTimeOffset | long | The startup effect time offset. |
layerDepth | float | The layer depth. |
return | System |