C# Class Spine.PathConstraintMixTimeline

Inheritance: CurveTimeline
Mostra 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
PathConstraintMixTimeline ( int frameCount ) : System
SetFrame ( int frameIndex, float time, float rotateMix, float translateMix ) : void

Sets the time and mixes of the specified keyframe.

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

PathConstraintMixTimeline() public method

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

SetFrame() public method

Sets the time and mixes of the specified keyframe.
public SetFrame ( int frameIndex, float time, float rotateMix, float translateMix ) : void
frameIndex int
time float
rotateMix float
translateMix float
return void