/**
  * For Non-ARKit/ARCore phones, reset surface to original position relative to camera.
  */
 public void Recenter()
 {
     if (GetCapabilities().IsSurfaceEstimationFixedSurfaces())
     {
         bridge.Recenter();
     }
 }