Method | Description | |
---|---|---|
Apply ( |
||
DrawOrderTimeline ( int frameCount ) : System | ||
SetFrame ( int frameIndex, float time, int drawOrder ) : void |
Sets the time and value of the specified keyframe.
|
public Apply ( |
||
skeleton | ||
lastTime | float | |
time | float | |
firedEvents | ExposedList |
|
alpha | float | |
setupPose | bool | |
mixingOut | bool | |
return | void |
public DrawOrderTimeline ( int frameCount ) : System | ||
frameCount | int | |
return | System |
public SetFrame ( int frameIndex, float time, int drawOrder ) : void | ||
frameIndex | int | |
time | float | |
drawOrder | int | May be null to use bind pose draw order. |
return | void |