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

Method onTriggerEnter

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

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

(other: ColliderShape)

Source from the content-addressed store, hash-verified

83 * @param other - ColliderShape
84 */
85 onTriggerEnter(other: ColliderShape): void {}
86
87 /**
88 * Called when the trigger exit.

Callers 1

PhysicsSceneClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected