onRemovedFromGroup : Phaser.Signal
This signal is dispatched when the Game Object is removed from a Group.It is sent two arguments:{any} The Game Object that was removed from the Group.{Phaser.Group} The Group it was removed from.
Source code: gameobjects/components/Events.js (Line 93)