Skip to content
InterfaceBrowser DX & Viewport@public

BrowserGameFrame

Timing information for one completed browser render frame.

ts
export interface BrowserGameFrame

Properties

PropertyModifiersTypeDescription
elapsedMSreadonlynumberRaw wall-clock interval since the previous rendered frame.
frameCountreadonlynumberMonotonic count of completed rendered frames.
simulationStepsreadonlynumberNumber of fixed simulation updates executed before this render.

Released under the MIT License.