Beispiel #1
0
 /// <summary>
 /// Set the main input Controls depending on the main hand.
 /// </summary>
 /// <param name="mainHand">Specific main hand</param>
 public void set(VRHand.Hand mainHand)
 {
     mainInput = VRHand.constructOver(mainHand);
 }