C# Class Spine.IkConstraintTimeline

Inheritance: CurveTimeline
Afficher le fichier Open project: EsotericSoftware/spine-runtimes Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( Skeleton skeleton, float lastTime, float time, ExposedList firedEvents, float alpha, bool setupPose, bool mixingOut ) : void
IkConstraintTimeline ( int frameCount ) : System
SetFrame ( int frameIndex, float time, float mix, int bendDirection ) : void

Sets the time, mix and bend direction of the specified keyframe.

Method Details

Apply() public méthode

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
Résultat void

IkConstraintTimeline() public méthode

public IkConstraintTimeline ( int frameCount ) : System
frameCount int
Résultat System

SetFrame() public méthode

Sets the time, mix and bend direction of the specified keyframe.
public SetFrame ( int frameIndex, float time, float mix, int bendDirection ) : void
frameIndex int
time float
mix float
bendDirection int
Résultat void