Property | Type | Description | |
---|---|---|---|
_animations | List |
||
_baseExtension | string | ||
_baseName | string | ||
_currentAnim | FAnimation, | ||
_currentFrame | int | ||
_pause | bool | ||
_time | float |
Property | Type | Description | |
---|---|---|---|
FAnimatedSprite | System |
Method | Description | |
---|---|---|
FAnimatedSprite ( string elementBase ) : System | ||
Update ( ) : void | ||
addAnimation ( FAnimation, anim ) : void | ||
pause ( bool forced = false ) : void | ||
play ( string animName, bool forced = false ) : void |
Method | Description | |
---|---|---|
FAnimatedSprite ( string elementBase, string elementExtension ) : System |
public FAnimatedSprite ( string elementBase ) : System | ||
elementBase | string | |
return | System |
public addAnimation ( FAnimation, anim ) : void | ||
anim | FAnimation, | |
return | void |
public play ( string animName, bool forced = false ) : void | ||
animName | string | |
forced | bool | |
return | void |