Property | Type | Description | |
---|---|---|---|
currentFrame | int | ||
elapsed | float | ||
frameDelay | float | ||
frames | List |
Method | Description | |
---|---|---|
Animation ( List |
||
addAnimationCallback ( Action |
||
addOnCompleteCallback ( Action |
||
getFrame ( ) : int | ||
play ( ) : void | ||
reset ( ) : void | ||
start ( ) : void | ||
stop ( ) : void |
public Animation ( List |
||
frames | List |
|
fps | int | |
looped | bool | |
return | System |
public addAnimationCallback ( Action |
||
callback | Action |
|
return | void |
public addOnCompleteCallback ( Action |
||
callaback | Action |
|
return | void |