Static variables

@:value("prerotated_animation")staticinlineread onlyPREROTATED:String = "prerotated_animation"

Constructor

Variables

@:value(0)angle:Float = 0

Methods

Inherited Variables

Defined by FlxBaseAnimation

@: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")

read onlyparent:FlxAnimationController

Animation controller this animation belongs to

Inherited Methods