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

Method _firePointerScript

packages/core/src/input/InputManager.ts:180–182  ·  view source on GitHub ↗

* @internal

(scenes: readonly Scene[])

Source from the content-addressed store, hash-verified

178 * @internal
179 */
180 _firePointerScript(scenes: readonly Scene[]): void {
181 this._initialized && this._pointerManager._firePointerScript(scenes);
182 }
183
184 /**
185 * @internal

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected