A simple container for a list of timelines and a name.
Constructor
Variables
duration:Float
The duration of the animation in seconds, which is the highest time of all keys in the timeline.
Methods
apply(skeleton:Skeleton, lastTime:Float, time:Float, loop:Bool, events:Null<Array<Event>>, alpha:Float, blend:MixBlend, direction:MixDirection):Void
Applies all the animation's timelines to the specified skeleton.
Parameters:
loop | If true, the animation repeats after |
---|---|
events | May be null to ignore fired events. |
See also: