new(Parent:FlxAnimationController, Name:String)
@: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
clone(Parent:FlxAnimationController):FlxBaseAnimation
destroy():Void
update(elapsed:Float):Void