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