ISceneTransitionService.OnTransitionCompleted Property

Definition

Called when transition ends. This is called at the end of a transition, not at the end of a scene load. For scene load events, we recommend using IMixedRealitySceneSystem.

public:
 property Action ^ OnTransitionCompleted { Action ^ get(); void set(Action ^ value); };
public Action OnTransitionCompleted { get; set; }
member this.OnTransitionCompleted : Action with get, set
Public Property OnTransitionCompleted As Action

Property Value

Applies to