Method | Description | |
---|---|---|
Apply ( |
||
ColorTimeline ( int frameCount ) : System | ||
SetFrame ( int frameIndex, float time, float r, float g, float b, float a ) : 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 ColorTimeline ( int frameCount ) : System | ||
frameCount | int | |
return | System |
public SetFrame ( int frameIndex, float time, float r, float g, float b, float a ) : void | ||
frameIndex | int | |
time | float | |
r | float | |
g | float | |
b | float | |
a | float | |
return | void |