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

Method onPointerUp

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

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

(eventData: PointerEventData)

Source from the content-addressed store, hash-verified

129 * @param eventData - The pointer event data that triggered this callback
130 */
131 onPointerUp(eventData: PointerEventData): void {}
132
133 /**
134 * Called when the pointer is down and up with the same collider.

Callers 1

_fireUpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected