C# Class Spine.TranslateTimeline

Inheritance: CurveTimeline
Show file Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Public Methods

Method Description
Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void
SetFrame ( int frameIndex, float time, float x, float y ) : void

Sets the time and value of the specified keyframe.

TranslateTimeline ( int frameCount ) : System

Method Details

Apply() public method

public Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void
skeleton Skeleton
lastTime float
time float
firedEvents ExposedList
alpha float
setupPose bool
mixingOut bool
return void

SetFrame() public method

Sets the time and value of the specified keyframe.
public SetFrame ( int frameIndex, float time, float x, float y ) : void
frameIndex int
time float
x float
y float
return void

TranslateTimeline() public method

public TranslateTimeline ( int frameCount ) : System
frameCount int
return System