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