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.
1437
+
* @param {number} pointer - The x coordinate to check.
1438
+
* @param {number} y - The y coordinate to check.
1438
1439
* @param {Phaser.Group} group - The Group to check.
1439
1440
* @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.
1440
1441
* @param {object} [callbackContext] - The context in which to run the callback.
0 commit comments