* Called when the collision exit. * @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)
| 110 | * @remarks The Collision data will be invalid after this call, you should copy the data if needed. |
| 111 | */ |
| 112 | onCollisionExit(other: Collision): void {} |
| 113 | |
| 114 | /** |
| 115 | * Called when the collision stay. |