getFrame(index) → {Phaser.Frame}
Get a Frame by its numerical index.
Parameters
Name | Type | Description |
---|---|---|
index | number | The index of the frame you want to get. |
Returns
The frame, if found.
- Source code: animation/FrameData.js (Line 53)
getFrame(index) → {Phaser.Frame}
Get a Frame by its numerical index.
Name | Type | Description |
---|---|---|
index | number | The index of the frame you want to get. |
The frame, if found.
Please login to continue.