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

Method onPointerDown

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

* Called when the pointer is down while over the ColliderShape. * @param eventData - The pointer event data that triggered this callback

(eventData: PointerEventData)

Source from the content-addressed store, hash-verified

123 * @param eventData - The pointer event data that triggered this callback
124 */
125 onPointerDown(eventData: PointerEventData): void {}
126
127 /**
128 * Called when the pointer is up while over the ColliderShape.

Callers 1

_fireDownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected