LostTrackingService.OnTrackingRestored 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 tracking is stored (UnityEngine.VR.WSA.PositionalLocatorState is anything other than Inhibited.)
public:
property Action ^ OnTrackingRestored { Action ^ get(); void set(Action ^ value); };
public Action OnTrackingRestored { get; set; }
member this.OnTrackingRestored : Action with get, set
Public Property OnTrackingRestored As Action