toString() → {string} Returns string
callCount : number The number of times the handler function has been called. Source
detach() → {function | null} Detach binding from signal.alias to: @see mySignal.remove(myBinding
getSignal() → {Phaser.Signal} Returns
params :array | null Default parameters passed to listener during Signal.dispatch and SignalBinding.execute
getListener() → {function} Returns function
isBound() → {boolean} Returns boolean
context : Object Context on which listener will be executed (object that should represent the this variable inside
isOnce() → {boolean} Returns boolean
new SignalBinding(signal, listener, isOnce, listenerContext, priority, args)
Page 1 of 2