| Table of Contents | ||
|
|
||
| RemoveAnimation | ||
|
Purpose Removes a specific animation from a sprite object |
||
|
Protoype void CSpriteMngr::RemoveAnimation (string str_anim_id) |
||
|
Parameters
|
||
|
Description This function removes a single animation (and its timer object) from a sprite object. The animation to remove is specified with str_anim_id.
|
||
|
Use CSpriteMngr sprite; sprite.RemoveAnimation("my_anim");
|
||
|
|
||
|