* Called when the pointer exits the ColliderShape. * @param eventData - The pointer event data that triggered this callback
(eventData: PointerEventData)
| 147 | * @param eventData - The pointer event data that triggered this callback |
| 148 | */ |
| 149 | onPointerExit(eventData: PointerEventData): void {} |
| 150 | |
| 151 | /** |
| 152 | * This function will be called when the pointer is pressed on the collider. |