Variables

@:value(null)skin:Null<String> = null

The default skin to use

@:value(false)loop:Bool = false

Whether the animation is looping or not by default (default: false)

@:value(1)speed:Float = 1

The default time scale of the animation. (default: 1.0, double speed: 2.0, half speed: 0.5 etc...)

@:value(0)track:Int = 0

The default track index to apply the animation on. Leaving it to 0 (default) is on most cases the right choice.