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

Method onLateUpdate

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

* Called after the onUpdate finished, called frame by frame. * @param deltaTime - The delta time since last frame in seconds

(deltaTime: number)

Source from the content-addressed store, hash-verified

60 * @param deltaTime - The delta time since last frame in seconds
61 */
62 onLateUpdate(deltaTime: number): void {}
63
64 /**
65 * Called before camera rendering, called per camera.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected