The Cache Add Event.
This event is dispatched by any Cache that extends the BaseCache each time a new object is added to it.
name | type | description |
---|---|---|
cache | Phaser.Cache.BaseCache |
The cache to which the object was added. |
key | string |
The key of the object added to the cache. |
object | * |
A reference to the object that was added to the cache. |