C# Class Spine.TransformConstraintTimeline

Inheritance: CurveTimeline
显示文件 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 rotateMix, float translateMix, float scaleMix, float shearMix ) : void
TransformConstraintTimeline ( 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

public SetFrame ( int frameIndex, float time, float rotateMix, float translateMix, float scaleMix, float shearMix ) : void
frameIndex int
time float
rotateMix float
translateMix float
scaleMix float
shearMix float
return void

TransformConstraintTimeline() public method

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