Unity GAF Player
1.0
Tools for playing GAF animation inside Unity
|
Public Member Functions | |
GAFAnimationConfigFrame (int frameNumber) | |
void | AddState (GAFState state) |
Adds the state to current config frame. More... | |
Properties | |
int | FrameNumber [get] |
Get amount of frames that present in animation. More... | |
List< GAFState > | States [get] |
Retrives list of all states that present in . More... | |
GAFAnimationConfigFrame.GAFAnimationConfigFrame | ( | int | frameNumber) |
void GAFAnimationConfigFrame.AddState | ( | GAFState | state) |
Adds the state to current config frame.
state | State. |
/
|
get |
Get amount of frames that present in animation.
The frame number.
/
|
get |
Retrives list of all states that present in .
The states.
/