updateFrameData(key, frameData, cache)
Replaces a set of frameData with a new Phaser.FrameData object.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
key | string | The unique key by which you will reference this object. | ||
frameData | number | The new FrameData. | ||
cache | integer | <optional> | Phaser.Cache.IMAGE | The cache to search. One of the Cache consts such as |
- Source code: loader/Cache.js (Line 1517)
Please login to continue.