Sent from a worker when it finished rendering the current scene.

interface CanvasWorkerSceneFinishMessage {
    timestamp: number;
    type: "sceneFinish";
}

Properties

Properties

timestamp: number

Point in time when the scene finished rendering.

type: "sceneFinish"

Type identifier of this message.