![]() |
Noitom Hi5 Unity SDK
Hi5_Unity_SDK_API_1_0_0_655_17
The SDK for Using Noitom Hi5 Glove in Unity Engine.
|
Manage all the status of HI5 glove. More...
Public Member Functions | |
void | StartCalibrationBpos () |
bool | isGloveBPosSuccess () |
Get the Calibration Bpos Result. More... | |
PowerLevel | GetPowerLevel (Hand handType) |
Get the power level of left/right glove. More... | |
MagneticStatus | GetMagneticState (Hand handType) |
Get the magnetic field status of left/right glove. More... | |
bool | IsGloveAvailable (Hand handType) |
Check whether left/right glove is available More... | |
void | MainThreadUpdate () |
Public Attributes | |
Action< GloveStatus > | OnStatusChanged |
Call when glove connecting status changed. More... | |
Static Public Attributes | |
static object | _lockercurrentStatus = new object() |
Properties | |
PowerLevel | LeftPower [get] |
The power level of left glove. More... | |
PowerLevel | RightPower [get] |
The power level of right glove. More... | |
MagneticStatus | LeftMagneticStatus [get] |
The magnetic field status around left glove. More... | |
MagneticStatus | RightMagneticStatus [get] |
The magnetic field status around right glove. More... | |
bool | IsLeftGloveAvailable [get] |
Check whether the left glove is available. More... | |
bool | IsRightGloveAvailable [get] |
Check whether the right glove is available. More... | |
GloveStatus | Status [get] |
Get the current glove status. More... | |
bool | IsCalibrationBposSuccess [get, set] |
/// More... | |
bool | BposReceiveResult [get, set] |
BPoseCalibrationErrors | BposErr [get, set] |
Manage all the status of HI5 glove.
MagneticStatus HI5.HI5_GloveStatus.GetMagneticState | ( | Hand | handType | ) |
Get the magnetic field status of left/right glove.
handType | The type of HI5.Hand. |
PowerLevel HI5.HI5_GloveStatus.GetPowerLevel | ( | Hand | handType | ) |
Get the power level of left/right glove.
handType | The type of HI5.Hand. |
bool HI5.HI5_GloveStatus.IsGloveAvailable | ( | Hand | handType | ) |
Check whether left/right glove is available
handType | The type of HI5.Hand. |
bool HI5.HI5_GloveStatus.isGloveBPosSuccess | ( | ) |
Get the Calibration Bpos Result.
void HI5.HI5_GloveStatus.MainThreadUpdate | ( | ) |
Action<GloveStatus> HI5.HI5_GloveStatus.OnStatusChanged |
Call when glove connecting status changed.
|
getset |
///
Get the Calibration Bpos Result.
|
get |
Check whether the left glove is available.
|
get |
Check whether the right glove is available.
|
get |
The magnetic field status around left glove.
|
get |
The power level of left glove.
|
get |
The magnetic field status around right glove.
|
get |
The power level of right glove.
|
get |
Get the current glove status.