Interface SceneLayerConfigInterface

Initial configuration attributes for when a SceneLayerInterface is instantiated.

interface SceneLayerConfigInterface {
    visible?: boolean;
}

Properties

Properties

visible?: boolean

Enable or disable visual rendering for the scene's objects.

Generated using TypeDoc