Пример #1
0
 /// <summary>
 /// Returns the index of the tracker.
 /// </summary>
 /// <param name="tracker"></param>
 /// <returns></returns>
 public static uint GetTrackerIndex(GameObject tracker)
 {
     return(VRTK_SDK_Bridge.GetTrackerIndex(tracker));
 }