Axmol Engine 2.4.0-258ceca
|
TMXTileAnimTask represents the frame-tick task of an animated tile. More...
#include <FastTMXLayer.h>
Inherits Object.
Public Member Functions | |
void | start () |
start the animation task | |
void | stop () |
stop the animation task | |
![]() | |
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. | |
TMXTileAnimTask represents the frame-tick task of an animated tile.
It is a assistant class for TMXTileAnimTicker.