index : number The index of this Frame within the FrameData set it is being added to.
sourceSizeH : number Height of the original sprite before it was trimmed. Source
rotationDirection : string Either 'cw' or 'ccw', rotation is always 90 degrees. Default
x : number X position within the image to cut from. Source code:
spriteSourceSizeW : number Width of the trimmed sprite. Source code:
[readonly] total : number The total number of frames in this FrameData set.
currentFrame : Phaser.Frame The currently displayed
paused : boolean Gets and sets the paused state of this Animation. Source
frame : number Gets or sets the current frame index and updates the Texture Cache for display.
getFrameByName(name) → {Phaser.Frame}
Page 2 of 11