The Texture Add Key Event.
This event is dispatched by the Texture Manager when a texture with the given key is added to it.
Listen to this event from within a Scene using: this.textures.on('addtexture-key', listener)
.
name | type | description |
---|---|---|
texture | Phaser.Textures.Texture |
A reference to the Texture that was added to the Texture Manager. |