Property | Type | Description | |
---|---|---|---|
currentFrameIdx | int | ||
currentTick | int | ||
frameTimings | int[] | ||
frames | int[] | ||
loops | bool | ||
nextTickOver | int | ||
playing | bool |
Method | Description | |
---|---|---|
Animation ( int frameList, int timings, bool loop ) : System | ||
Play ( ) : void | ||
Stop ( ) : void | ||
Tick ( ) : void |
public Animation ( int frameList, int timings, bool loop ) : System | ||
frameList | int | |
timings | int | |
loop | bool | |
return | System |