![]() |
Noitom Hi5 Unity SDK
Hi5_Unity_SDK_API_1_0_0_655_17
The SDK for Using Noitom Hi5 Glove in Unity Engine.
|
Manage the basic functions of HI5. More...
Static Public Member Functions | |
static void | Connect () |
Connect the Hi5 device. More... | |
static void | DisConnect () |
Disconnect the Hi5 device. More... | |
static HI5_GloveStatus | GetGloveStatus () |
Get the instance of HI5_GloveStatus class. More... | |
static HI5_Source | GetHI5Source () |
Get the instance of HI5_Source class. More... | |
static bool | IsDongleAvailable () |
Check whether the HI5 dongle is available. More... | |
static void | EnableLeftVibration (int time) |
Control the vibration on left glove. More... | |
static void | EnableRightVibration (int time) |
Control the vibration on right glove. More... | |
static void | EnableBothGlovesVibration (int leftTime, int rightTime) |
Control the vibration on both gloves. More... | |
static void | Update () |
Static Public Attributes | |
static bool | modifyThreadSave = true |
Properties | |
static bool | IsConnected [get] |
Get whether the Hi5 dongle is connected. More... | |
static Vector3 | LeftOffset [get] |
Get the left glove position offset related to binded optical device. More... | |
static Vector3 | RightOffset [get] |
Get the right glove position offset related to binded optical device. More... | |
Manage the basic functions of HI5.
|
static |
Connect the Hi5 device.
|
static |
Disconnect the Hi5 device.
|
static |
Control the vibration on both gloves.
leftTime | Input the vibration time by milliseconds on left glove. |
rightTime | Input the vibration time by milliseconds on right glove. |
|
static |
Control the vibration on left glove.
time | Input the vibration time by milliseconds. |
|
static |
Control the vibration on right glove.
time | Input the vibration time by milliseconds. |
|
static |
Get the instance of HI5_GloveStatus class.
|
static |
Get the instance of HI5_Source class.
|
static |
|
staticget |
Get whether the Hi5 dongle is connected.
|
staticget |
Get the left glove position offset related to binded optical device.
|
staticget |
Get the right glove position offset related to binded optical device.