* Called when the pointer is up while over the ColliderShape. * @param eventData - The pointer event data that triggered this callback
(eventData: PointerEventData)
| 129 | * @param eventData - The pointer event data that triggered this callback |
| 130 | */ |
| 131 | onPointerUp(eventData: PointerEventData): void {} |
| 132 | |
| 133 | /** |
| 134 | * Called when the pointer is down and up with the same collider. |