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

Method onUpdate

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

* The main loop, called frame by frame. * @param deltaTime - The delta time since last frame in seconds

(deltaTime: number)

Source from the content-addressed store, hash-verified

54 * @param deltaTime - The delta time since last frame in seconds
55 */
56 onUpdate(deltaTime: number): void {}
57
58 /**
59 * Called after the onUpdate finished, called frame by frame.

Callers 1

callScriptOnUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected