コード例 #1
0
 private bool GetRockButtonDown(HANDTYPE tpye)
 {
     return(VRTRIXGloveSimpleDataRead.GetGesture(tpye) == VRTRIXGloveGesture.BUTTONGRAB);
 }
コード例 #2
0
 private bool GetPaperButtonDown(HANDTYPE tpye)
 {
     return(VRTRIXGloveSimpleDataRead.GetGesture(tpye) == VRTRIXGloveGesture.BUTTONPAPER);
 }
コード例 #3
0
 private bool GetScissorsButtonDown(HANDTYPE tpye)
 {
     return(VRTRIXGloveSimpleDataRead.GetGesture(tpye) == VRTRIXGloveGesture.BUTTONTELEPORT);
 }