![]() |
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 binded optical device information. More...
Static Public Member Functions | |
static bool | IsGloveBinded (Hand handType) |
Check the specific glove is binded on any optical device. More... | |
static bool | CheckDeviceBinded (Hand handType, string serialNumber) |
Check whether the device was binded on left or right glove. More... | |
static void | SaveItems () |
Save the binded optical device serail number of both hand locally. More... | |
static bool | LoadItems () |
Load the binded optical device serail number of both hand locally. More... | |
Static Public Attributes | |
static HI5_BindInfo | BindInfo = new HI5_BindInfo() |
The instance of Hi5_Bind Info class, saved binded optical device informations. More... | |
Properties | |
static int | LeftID [get, set] |
Get or set the ID of tracked device binded on left glove. More... | |
static int | RightID [get, set] |
Get or set the ID of tracked device binded on right glove. More... | |
static bool | IsLeftGloveBinded [get] |
Get the bind state of left glove. True, the left glove is binded on one optical device. False, the left glove is not binded any optical devcie. More... | |
static bool | IsRightGloveBinded [get] |
Get the bind state of right glove. True, the right glove is binded on one optical device. False, the right glove is not binded any optical devcie. More... | |
static string | DefaultPath [get] |
Get the default path of saving and reading binded device information file. More... | |
Manage the binded optical device information.
|
static |
Check whether the device was binded on left or right glove.
handType | The type of HI5.Hand. |
serialNumber | The serial number of the device. |
|
static |
Check the specific glove is binded on any optical device.
handType | The type of HI5.Hand |
|
static |
Load the binded optical device serail number of both hand locally.
|
static |
Save the binded optical device serail number of both hand locally.
b_pos save
|
static |
The instance of Hi5_Bind Info class, saved binded optical device informations.
|
staticget |
Get the default path of saving and reading binded device information file.
|
staticget |
Get the bind state of left glove. True, the left glove is binded on one optical device. False, the left glove is not binded any optical devcie.
|
staticget |
Get the bind state of right glove. True, the right glove is binded on one optical device. False, the right glove is not binded any optical devcie.
|
staticgetset |
Get or set the ID of tracked device binded on left glove.
|
staticgetset |
Get or set the ID of tracked device binded on right glove.