private bool GetScissorsButtonDown(HANDTYPE type) { return(glove3D.GetGesture(type) == VRTRIXGloveGesture.BUTTONTELEPORT); }
public bool GetStandardInteractionButton() { return(gloveVR.GetGesture(this.GetHandType()) == VRTRIXGloveGesture.BUTTONGRAB); }