MixedRealitySceneSystem.ActiveLightingScene 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.
Name of the currently loaded lighting scene. If a transition is in progress, this reports the target lighting scene we're transitioning to.
public:
property System::String ^ ActiveLightingScene { System::String ^ get(); };
public string ActiveLightingScene { get; }
member this.ActiveLightingScene : string
Public ReadOnly Property ActiveLightingScene As String