You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Phaser.Pointer} pointer - The Pointer to check.
1421
+
* @param {Phaser.Group} group - The Group to check.
1422
+
* @param {function} [callback] - A callback function that is called if the object overlaps the coordinates. The callback will be sent two parameters: the callbackArg and the Object that overlapped the location.
1423
+
* @param {object} [callbackContext] - The context in which to run the callback.
1424
+
* @param {object} [callbackArg] - An argument to pass to the callback.
1425
+
* @return {array} An array of the Sprites from the Group that overlapped the coordinates.
0 commit comments