MCPcopy Create free account
hub / github.com/galacean/engine / onCollisionExit

Method onCollisionExit

packages/core/src/Script.ts:112–112  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

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.

Callers 1

PhysicsSceneClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected