name | type | description |
---|---|---|
hitArea | any |
The hit area object. |
x | number |
The translated x coordinate of the hit test event. |
y | number |
The translated y coordinate of the hit test event. |
gameObject | Phaser.GameObjects.GameObject |
The Game Object that invoked the hit test. |
true
if the coordinates fall within the space of the hitArea, otherwise false
.