Beispiel #1
0
 public static Vector3 stablePinchPos(this InteractionHand hand)
 {
     return(HandUIManager.GetPinchGesture(hand.chirality()).stablePinch.position);
 }
Beispiel #2
0
 public static Transform stablePinchTransform(this InteractionHand hand)
 {
     return(HandUIManager.GetPinchGesture(hand.chirality()).stablePinch);
 }
Beispiel #3
0
 public static bool isPinched(this InteractionHand hand)
 {
     return(HandUIManager.GetPinchGesture(hand.chirality()).isActive&& hand.isTracked);
 }