IMixedRealitySceneSystem.OnWillLoadLighting 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.
Called just before a lighting scene is loaded. Includes name of scene.
public:
property Action<System::String ^> ^ OnWillLoadLighting { Action<System::String ^> ^ get(); void set(Action<System::String ^> ^ value); };
public Action<string> OnWillLoadLighting { get; set; }
member this.OnWillLoadLighting : Action<string> with get, set
Public Property OnWillLoadLighting As Action(Of String)