pixi.interaction.EventEmitter
- type
- class
- subclasses
- pixi.core.renderers.SystemRenderer, pixi.core.textures.BaseTexture, pixi.core.textures.Texture, pixi.core.ticker.Ticker, pixi.interaction.InteractionManager, pixi.loaders.ResourceLoader
Instance Methods
- parameters
{String} event Name of the event.
{function} fn Callback function.
{Mixed} context The context of the function.
- parameters
eventName {String} The name of the event.
- returns
- {Bool} Indication if we've emitted an event.
- parameters
{String} eventName
- returns
- {Array}
- parameters
{String} event The event we want to remove.
{function} fn The listener that we need to find.
{Bool} once Only remove once listeners.
- parameters
{String} event Name of the event.
{function} fn Callback function.
{Mixed} context The context of the function.
- parameters
{String} event Name of the event.
{function} fn Callback function.
{Mixed} context The context of the function.
- parameters
{String} event The event want to remove all listeners for.
- parameters
{String} event The event we want to remove.
{function} fn The listener that we need to find.
{Bool} once Only remove once listeners.