/// <summary> /// Swap the main hand if necessary. /// </summary> public void swap() { VRHand.reverseHand(ref mainInput); }