コード例 #1
0
 private bool GetScissorsButtonDown(HANDTYPE type)
 {
     return(glove3D.GetGesture(type) == VRTRIXGloveGesture.BUTTONTELEPORT);
 }
コード例 #2
0
 public bool GetStandardInteractionButton()
 {
     return(gloveVR.GetGesture(this.GetHandType()) == VRTRIXGloveGesture.BUTTONGRAB);
 }