Axmol Engine 2.4.0-258ceca
|
TMXTileAnimManager controls all tile animation of a layer. More...
#include <FastTMXLayer.h>
Inherits Object.
Public Member Functions | |
void | startAll () |
start all tile animations | |
void | stopAll () |
stop all tile animations | |
const Vector< TMXTileAnimTask * > & | getTasks () const |
get vector of tasks | |
![]() | |
void | retain () |
Retains the ownership. | |
void | release () |
Releases the ownership immediately. | |
Object * | autorelease () |
Releases the ownership sometime soon automatically. | |
unsigned int | getReferenceCount () const |
Returns the Object's current reference count. | |
virtual | ~Object () |
Destructor. | |
Additional Inherited Members | |
![]() | |
unsigned int | _ID |
object id, ScriptSupport need public _ID | |
int | _luaID |
Lua reference id. | |
TMXTileAnimManager controls all tile animation of a layer.