/// <summary> /// Gets the current position and orientation of the markerless driver being tracked. /// </summary> /// <param name="position">The position of the markerless transform driver.</param> /// <param name="orientation">The orientation of the markerless transform driver.</param> public void ArbiTrackGetPose(out Vector3 position, out Quaternion orientation) { _trackerPlugin.ArbiTrackGetPose(out position, out orientation); }