* Called when the pointer is down and up with the same collider. * @param eventData - The pointer event data that triggered this callback
(eventData: PointerEventData)
| 135 | * @param eventData - The pointer event data that triggered this callback |
| 136 | */ |
| 137 | onPointerClick(eventData: PointerEventData): void {} |
| 138 | |
| 139 | /** |
| 140 | * Called when the pointer enters the ColliderShape. |