MixedRealitySceneSystem.LightingOperationInProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the scene system is transitioning from one lighting scene to another. Lighting operations will not impede other operations.
public:
property bool LightingOperationInProgress { bool get(); };
public bool LightingOperationInProgress { get; }
member this.LightingOperationInProgress : bool
Public ReadOnly Property LightingOperationInProgress As Boolean