Constructor

new ()

Variables

Methods

init (name:String, time:Float, frames:Array<Texture>, loop:Bool = false):Void

reset (resetIndex:Bool = false):Void

Static methods

staticinline create (name:String, time:Float, frames:Array<Texture>, loop:Bool = false):AnimationData

staticcreateFromAssets (name:String, time:Float, frames:Array<String>, loop:Bool = false):AnimationData

staticcreateFromGrid (name:String, time:Float, texture:Texture, rows:Int, cols:Int, ?frames:Array<Int>, total:Int = 0, loop:Bool = false):AnimationData

staticinline getPool ():Pool<AnimationData>

Inherited Variables

Defined by BaseObject

read onlyid:Int = Gecko.getUniqueID()

read onlyisAlreadyDestroyed:Bool = false

Inherited Methods