Exemplo n.º 1
0
 /// <summary>
 /// The GetControllerLeftHand method retrieves the game object for the left hand controller.
 /// </summary>
 /// <returns>The left hand controller.</returns>
 public static GameObject GetControllerLeftHand()
 {
     return(VRTK_SDK_Bridge.GetControllerLeftHand());
 }