コード例 #1
0
 public static bool IsButtonTwoTouchedDownOnIndex(uint index)
 {
     return(VRTK_SDK_Bridge.GetControllerButtonState(SDK_BaseController.ButtonTypes.ButtonTwo, SDK_BaseController.ButtonPressTypes.TouchDown, VRTK_ControllerReference.GetControllerReference(index)));
 }
コード例 #2
0
 public static bool IsStartMenuTouchedUpOnIndex(uint index)
 {
     return(VRTK_SDK_Bridge.GetControllerButtonState(SDK_BaseController.ButtonTypes.StartMenu, SDK_BaseController.ButtonPressTypes.TouchUp, VRTK_ControllerReference.GetControllerReference(index)));
 }
コード例 #3
0
 public static bool IsButtonTwoPressedUpOnIndex(uint index)
 {
     return(VRTK_SDK_Bridge.GetControllerButtonState(SDK_BaseController.ButtonTypes.ButtonTwo, SDK_BaseController.ButtonPressTypes.PressUp, VRTK_ControllerReference.GetControllerReference(index)));
 }
コード例 #4
0
 public static bool IsTouchpadPressedOnIndex(uint index)
 {
     return(VRTK_SDK_Bridge.GetControllerButtonState(SDK_BaseController.ButtonTypes.Touchpad, SDK_BaseController.ButtonPressTypes.Press, VRTK_ControllerReference.GetControllerReference(index)));
 }
コード例 #5
0
 public static bool IsHairGripUpOnIndex(uint index)
 {
     return(VRTK_SDK_Bridge.GetControllerButtonState(SDK_BaseController.ButtonTypes.GripHairline, SDK_BaseController.ButtonPressTypes.PressUp, VRTK_ControllerReference.GetControllerReference(index)));
 }
コード例 #6
0
 public static bool IsGripPressedDownOnIndex(uint index)
 {
     return(VRTK_SDK_Bridge.GetControllerButtonState(SDK_BaseController.ButtonTypes.Grip, SDK_BaseController.ButtonPressTypes.PressDown, VRTK_ControllerReference.GetControllerReference(index)));
 }
コード例 #7
0
 public static bool IsHairTriggerDownOnIndex(uint index)
 {
     return(VRTK_SDK_Bridge.GetControllerButtonState(SDK_BaseController.ButtonTypes.TriggerHairline, SDK_BaseController.ButtonPressTypes.PressDown, VRTK_ControllerReference.GetControllerReference(index)));
 }