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

Method onEndRender

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

* Called after camera rendering, called per camera. * @param camera - Current camera.

(camera: Camera)

Source from the content-addressed store, hash-verified

72 * @param camera - Current camera.
73 */
74 onEndRender(camera: Camera): void {}
75
76 /**
77 * Called before physics calculations, the number of times is related to the physical update frequency.

Callers 1

callCameraOnEndRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected