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

Method onPointerExit

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

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

(eventData: PointerEventData)

Source from the content-addressed store, hash-verified

147 * @param eventData - The pointer event data that triggered this callback
148 */
149 onPointerExit(eventData: PointerEventData): void {}
150
151 /**
152 * This function will be called when the pointer is pressed on the collider.

Callers 1

_fireExitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected