Interface SceneModelBatchParams

Parameters for SceneModel.beginBatch.

interface SceneModelBatchParams {
    id: string;
}

Properties

Properties

id: string

Unique ID for the batch within the parent SceneModel.