C# Class Spine.EventTimeline

Inheritance: Timeline
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

Fires events for frames > lastTime and <= time.

EventTimeline ( int frameCount ) : System
SetFrame ( int frameIndex, Event e ) : void

Sets the time and value of the specified keyframe.

Method Details

Apply() public méthode

Fires events for frames > lastTime and <= time.
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

EventTimeline() public méthode

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

SetFrame() public méthode

Sets the time and value of the specified keyframe.
public SetFrame ( int frameIndex, Event e ) : void
frameIndex int
e Event
Résultat void