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

Method onTriggerExit

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

* Called when the trigger exit. * @param other - ColliderShape

(other: ColliderShape)

Source from the content-addressed store, hash-verified

89 * @param other - ColliderShape
90 */
91 onTriggerExit(other: ColliderShape): void {}
92
93 /**
94 * Called when the trigger stay.

Callers 1

PhysicsSceneClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected