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

Method onTriggerStay

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

* Called when the trigger stay. * @remarks onTriggerStay is called every frame while the trigger stay. * @param other - ColliderShape

(other: ColliderShape)

Source from the content-addressed store, hash-verified

96 * @param other - ColliderShape
97 */
98 onTriggerStay(other: ColliderShape): void {}
99
100 /**
101 * Called when the collision enter.

Callers 1

PhysicsSceneClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected