Exemplo n.º 1
0
 private void AssignWristPosition(IWristIdentifiers wristIdentifiers, UnityEngine.Object hand)
 {
     data_[wristIdentifiers.Position] = leapReflectionData_.WristPosition(hand);
 }
Exemplo n.º 2
0
 private void ZeroWristPosition(IWristIdentifiers wristIdentifiers)
 {
     data_[wristIdentifiers.Position] = UnityEngine.Vector3.zero;
 }