SceneTransitionService.OnTransitionStarted Property

Definition

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

Property Value

Implements

Applies to