Method GetDown
GetDown(RawButton, ControllerType)
Whether the button is pressed down in this frame
public static bool GetDown(YVRInput.RawButton rawMask, ControllerType controllerMask = ControllerType.Active)
Parameters
rawMask
YVRInput.RawButtonTarget button
controllerMask
ControllerTypeTarget controller
Returns
- bool
true if the
rawMask
button is pressed down in this frame
GetDown(VirtualButton, ControllerType)
Whether the button is pressed down in this frame
public static bool GetDown(YVRInput.VirtualButton virtualMask, ControllerType controllerMask = ControllerType.Active)
Parameters
virtualMask
YVRInput.VirtualButtonTarget button
controllerMask
ControllerTypeTarget controller
Returns
- bool
true if the
virtualMask
button is pressed down in this frame
GetDown(RawTouch, ControllerType)
Whether the button is touched down in this frame
public static bool GetDown(YVRInput.RawTouch rawMask, ControllerType controllerMask = ControllerType.Active)
Parameters
rawMask
YVRInput.RawTouchTarget button
controllerMask
ControllerTypeTarget controller
Returns
- bool
true if the
rawMask
button is touched down in this frame
GetDown(VirtualTouch, ControllerType)
Whether the button is touched down in this frame
public static bool GetDown(YVRInput.VirtualTouch virtualMask, ControllerType controllerMask = ControllerType.Active)
Parameters
virtualMask
YVRInput.VirtualTouchTarget button
controllerMask
ControllerTypeTarget controller
Returns
- bool
true if the
virtualMask
button is touched down in this frame