updateFrameData(frameData)
Changes the FrameData object this Animation is using.
Parameters
Name | Type | Description |
---|---|---|
frameData | Phaser.FrameData | The FrameData object that contains all frames used by this Animation. |
- Source code: animation/Animation.js (Line 595)
Please login to continue.