clone() → {Phaser.FrameData}
Makes a copy of this FrameData including copies (not references) to all of the Frames it contains.
Returns
A clone of this object, including clones of the Frame objects it contains.
- Source code: animation/FrameData.js (Line 107)
Please login to continue.