|
static bool | IsButton (RhinoXButton button=RhinoXButton.ConfirmButton, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Is player pressing the RhinoX button ? More...
|
|
static bool | IsButtonDown (RhinoXButton button=RhinoXButton.ConfirmButton, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| is player pressing down the RhinoX button ? More...
|
|
static bool | IsButtonLongHeldDown (RhinoXButton button=RhinoXButton.ConfirmButton, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| is player held down the RhinoX button for a relative long time ? More...
|
|
static bool | IsButtonUp (RhinoXButton button=RhinoXButton.ConfirmButton, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| is player pressing up the RhinoX button ? More...
|
|
static bool | IsButtonTap (RhinoXButton button=RhinoXButton.ConfirmButton, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Is player tapping on the RhinoX button ? For button = RhinoXButton.ConfirmButton, index is ignored. More...
|
|
static bool | IsButtonDoubleTap (RhinoXButton button=RhinoXButton.ConfirmButton, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Is player double tapping on the RhinoX button ? More...
|
|
static float | GetTriggerValue (ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Gets the linear trigger value of the controller More...
|
|
static int | GetPairedControllerCount () |
| Gets how many controller is paired. More...
|
|
static XDeviceInfo [] | GetPairedControllerInfos () |
| Gets the paired controller infos. Attention : this method allocate runtime memory. More...
|
|
static int | GetConnectedControllerCount () |
| Gets the connected controller count. More...
|
|
static XDeviceInfo [] | GetConnectedControllerInfos () |
| Gets the connected controller infos. Attention : this method allocate runtime memory. More...
|
|
static bool | GetTouchPadPointer (ref Vector2 TouchPadPointer, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Gets the touch pad pointer, represents finger touch pointer on the touch pad. More...
|
|
static bool | GetTouchPadPointer (ref TouchPadButtonDirection Direction, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Gets the touch pad pointer direction, represents finger touch pointer on the touch pad. More...
|
|
static Quaternion | GetControllerRotation (ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Gets the RhinoX standard controller built-in gyroscope output rotation. More...
|
|
static Vector3 | GetControllerPosition (ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
|
static Vector3 | GetControllerAcceleration (ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Gets the controller acceleration output. More...
|
|
static I_TouchPadFingerState | GetTouchPadState (ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Gets the state of the touch pad. More...
|
|
static void | Viberate (float Strength, float VibrateTime, ControllerIndex index=ControllerIndex.Controller_Right_Controller) |
| Vibrate the controller at the index. Strength should be 0-1. VibrateTime is the seconds you want to vibrate. More...
|
|
static bool | IsTouchPadButton (TouchPadButtonDirection touchPadButton, ControllerIndex controllerIndex=ControllerIndex.Controller_Right_Controller) |
| Check if the touch pad's button direction is currently pressing down ? More...
|
|
static bool | IsTouchPadButtonDown (TouchPadButtonDirection touchPadButton, ControllerIndex controllerIndex=ControllerIndex.Controller_Right_Controller) |
| Check if the touch pad's button direction is at pressing down frame ? More...
|
|
static bool | IsTouchPadButtonUp (TouchPadButtonDirection touchPadButton, ControllerIndex controllerIndex=ControllerIndex.Controller_Right_Controller) |
| Check if the touch pad's button direction is at release up frame ? More...
|
|
static bool | IsTouchPadButtonTap (TouchPadButtonDirection touchPadButton, ControllerIndex controllerIndex=ControllerIndex.Controller_Right_Controller) |
| Check if the touch pad's button direction currently being tap? More...
|
|
static bool | IsTouchPadButtonDoubleTap (TouchPadButtonDirection touchPadButton, ControllerIndex controllerIndex=ControllerIndex.Controller_Right_Controller) |
| Check if the touch pad's button direction currently being double tap? More...
|
|