示例#1
0
 /// <summary>
 /// Sets the position of the floor plane that ArbiTrack uses as a reference for tracking.
 /// </summary>
 /// <param name="floorHeight">How far from the camera the floor is positioned.</param>
 public void SetArbiTrackFloorHeight(float floorHeight)
 {
     _trackerPlugin.SetArbiTrackFloorHeight(floorHeight);
 }