@:value("prerotated_animation")staticinlineread onlyPREROTATED:String = "prerotated_animation"
new(Parent:FlxAnimationController, Baked:Float)
@:value(0)angle:Float = 0
@:value(0)curIndex:Int = 0
Keeps track of the current index into the tile sheet based on animation or rotation.
name:String
String name of the animation (e.g. "walk")
"walk"
read onlyparent:FlxAnimationController
Animation controller this animation belongs to
destroy():Void
update(elapsed:Float):Void