new Signal() Signals are what Phaser uses to handle events and event dispatching.You can listen for a Signal by binding a callback
addOnce(listener, listenerContext, priority, args)
dispose() Dispose the signal - no more events can be dispatched. This removes all event listeners and clears references to external
dispatch(params) Dispatch / broadcast the event to all listeners. To create an instance-bound dispatch
Page 2 of 2