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

Method onPointerEnter

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

* Called when the pointer enters the ColliderShape. * @param eventData - The pointer event data that triggered this callback

(eventData: PointerEventData)

Source from the content-addressed store, hash-verified

141 * @param eventData - The pointer event data that triggered this callback
142 */
143 onPointerEnter(eventData: PointerEventData): void {}
144
145 /**
146 * Called when the pointer exits the ColliderShape.

Callers 1

_fireEnterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected