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