Ejemplo n.º 1
0
 public override void Stop()
 {
     VuforiaWrapper.Instance.TrackerStop((int)TypeMapping.GetTypeID(typeof(RotationalDeviceTracker)));
     this.IsActive = false;
     VuforiaManager.Instance.WorldCenterMode = VuforiaARController.WorldCenterMode.CAMERA;
 }