clone() → {Phaser.Frame}
Clones this Frame into a new Phaser.Frame object and returns it.
Note that all properties are cloned, including the name, index and UUID.
Returns
An exact copy of this Frame object.
- Source code: animation/Frame.js (Line 183)
Please login to continue.