EventTarget

new EventTarget()

Mixins event emitter functionality to a class

Source - plugins/path/EventTarget.js, line 23
Example
function MyEmitter() {}

     Phaser.EventTarget.mixin(MyEmitter.prototype);

     var em = new MyEmitter();
     em.emit('eventName', 'some data', 'some more data', {}, null, ...);

Methods

<static> call()

Backward compat from when this used to be a function

Source - plugins/path/EventTarget.js, line 27
Phaser Copyright © 2012-2016 Photon Storm Ltd.
Documentation generated by JSDoc 3.5.5 on Fri Jun 29 2018 14:26:24 GMT+0200 (W. Europe Summer Time) using the DocStrap template.