ISceneTransitionService.OnTransitionStarted 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 transition starts. This is called at the beginning of a transition, not at the beginning of a scene load. For scene load events, we recommend using IMixedRealitySceneSystem.
public:
property Action ^ OnTransitionStarted { Action ^ get(); void set(Action ^ value); };
public Action OnTransitionStarted { get; set; }
member this.OnTransitionStarted : Action with get, set
Public Property OnTransitionStarted As Action