MixedRealitySceneSystem.OnLightingLoaded 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 when a lighting scene has been loaded, activated and is valid. Includes scene name.
public:
property Action<System::String ^> ^ OnLightingLoaded { Action<System::String ^> ^ get(); void set(Action<System::String ^> ^ value); };
public Action<string> OnLightingLoaded { get; set; }
member this.OnLightingLoaded : Action<string> with get, set
Public Property OnLightingLoaded As Action(Of String)