addFrame(frame) → {Phaser.Frame}
checkFrameName(name) → {boolean} Check if there is a Frame with the given name. Parameters
clone() → {Phaser.Frame}
previous(quantity) Moves backwards the given number of frames in the Animation, taking the loop value
destroy() Cleans up this animation ready for deletion. Nulls all values and references. Source
getFrameByName(name) → {Phaser.Frame}
paused : boolean Gets and sets the paused state of this Animation. Source
centerY : number Center Y position within the image to cut from. Source code:
reverseOnce() → {Phaser.Animation}
right : number The right of the Frame (x + width). Source code:
Page 3 of 11