MixedRealitySceneSystem.OnWillUnloadLighting 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 unload operation begins. Includes scene name.
public:
property Action<System::String ^> ^ OnWillUnloadLighting { Action<System::String ^> ^ get(); void set(Action<System::String ^> ^ value); };
public Action<string> OnWillUnloadLighting { get; set; }
member this.OnWillUnloadLighting : Action<string> with get, set
Public Property OnWillUnloadLighting As Action(Of String)