onAddedToGroup : Phaser.Signal
This signal is dispatched when this Game Object is added to a new Group.
It is sent two arguments:
{any} The Game Object that was added to the Group.
{Phaser.Group} The Group it was added to.
- Source code: gameobjects/components/Events.js (Line 84)
Please login to continue.