* Called when the collision stay. * @param other - The Collision data associated with this collision event * @remarks The Collision data will be invalid after this call, you should copy the data if needed.
(other: Collision)
| 117 | * @remarks The Collision data will be invalid after this call, you should copy the data if needed. |
| 118 | */ |
| 119 | onCollisionStay(other: Collision): void {} |
| 120 | |
| 121 | /** |
| 122 | * Called when the pointer is down while over the ColliderShape. |