removePhysics(key)
Removes a physics data file from the cache.
Note that this only removes it from the Phaser.Cache. If you still have references to the data elsewhere
then it will persist in memory.
Parameters
Name | Type | Description |
---|---|---|
key | string | Key of the asset you want to remove. |
- Source code: loader/Cache.js (Line 1717)
Please login to continue.