Home Reference Source

References

summary
public

Plugin that wraps around Phaser's event system. This allows us to avoid the issues around the EventEmitter library Phaser uses where the EE caches the listeners at the start of an event. This leads to bugs if a listener gets unsubscribed during an event (e.g. the physics system unsubscribing a listener via a CB before the listener's update method).