/// <summary> /// The GetControllerRightHand method retrieves the game object for the right hand controller. /// </summary> /// <returns>The right hand controller.</returns> public static GameObject GetControllerRightHand() { return(VRTK_SDK_Bridge.GetControllerRightHand()); }