PIXI.SignalBinding

class SignalBinding

Constructor


new PIXI.SignalBinding(fn: Function, once: boolean, thisArg: object) → {}

SignalBinding constructor.

Parameters:
Name Type Attributes Default Description
fn Function

Event handler to be called.

once boolean

<optional>

false

Should this listener be removed after dispatch

thisArg object

<optional>

The context of the callback function.

Summary



Powered by webdoc!