IMixedRealitySceneSystem.OnWillLoadLighting Property

Definition

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)

Property Value

Applies to