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

Method onPointerDrop

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

* When dragging ends, this function will be called (Receiving object). * @param eventData - The pointer event data that triggered this callback

(eventData: PointerEventData)

Source from the content-addressed store, hash-verified

171 * @param eventData - The pointer event data that triggered this callback
172 */
173 onPointerDrop(eventData: PointerEventData): void {}
174
175 /**
176 * Called when be disabled.

Callers 1

_fireDropFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected