Documentation
    Preparing search index...

    Interface CanvasWorkerSceneFinishMessage

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

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

    Properties

    Properties

    timestamp: number

    Point in time when the scene finished rendering.

    type: "sceneFinish"

    Type identifier of this message.