Méthode |
Description |
|
Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void |
|
|
CurveTimeline ( int frameCount ) : System |
|
|
GetCurvePercent ( int frameIndex, float percent ) : float |
|
|
GetCurveType ( int frameIndex ) : float |
|
|
SetCurve ( int frameIndex, float cx1, float cy1, float cx2, float cy2 ) : void |
Sets the control handle positions for an interpolation bezier curve used to transition from this keyframe to the next. cx1 and cx2 are from 0 to 1, representing the percent of time between the two keyframes. cy1 and cy2 are the percent of the difference between the keyframe's values. |
|
SetLinear ( int frameIndex ) : void |
|
|
SetStepped ( int frameIndex ) : void |
|
|