MoverioInput Class |
Namespace: MoverioBasicFunctionUnityPlugin
public class MoverioInput : MonoBehaviour
The MoverioInput type exposes the following members.
Name | Description | |
---|---|---|
MoverioInput | Initializes a new instance of the MoverioInput class |
Name | Description | |
---|---|---|
GetAcc |
Get the value of Accelerometer sensor.
| |
GetAccAccuracy |
Get the accuracy of Accelerometer sensor.
| |
GetAccUncalibrated |
Get the value of Uncalibrated Accelerometer sensor.
| |
GetAccUncalibratedAccuracy |
Get the accuracy of Uncalibrated Accelerometer sensor.
| |
GetGameRotation |
Get the value of Game Rotation vector sensor.
| |
GetGameRotationAccuracy |
Get the accuracy of Game Rotation vector sensor.
| |
GetGravity |
Get the value of Gravity sensor.
| |
GetGravityAccuracy |
Get the accuracy of Gravity sensor.
| |
GetGyro |
Get the value of Gyroscope sensor.
| |
GetGyroAccuracy |
Get the accuracy of Gyroscope sensor.
| |
GetGyroUncalibrated |
Get the value of Uncalibrated Gyroscope sensor.
| |
GetGyroUncalibratedAccuracy |
Get the accuracy of Uncalib Gyroscope sensor.
| |
GetLight |
Get the value of Ambient light sensor.
| |
GetLightAccuracy |
Get the accuracy of Ambient light sensor.
| |
GetLinearAcc |
Get the value of Linear Accelerometer sensor.
| |
GetLinearAccAccuracy |
Get the accuracy of Linear Accelerometer sensor.
| |
GetMag |
Get the value of Magnetic field sensor.
| |
GetMagAccuracy |
Get the accuracy of Magnetic field sensor.
| |
GetMagUncalibrated |
Get the value of Uncalibrated Magnetic field sensor.
| |
GetMagUncalibratedAccuracy |
Get the accuracy of Uncalib Magnetic field sensor.
| |
GetRotation |
Get the value of Rotation vector sensor.
| |
GetRotationAccuracy |
Get the accuracy of Rotation vector sensor.
| |
IsActive |
Get whether MoverioInput is active.
| |
Reconnect |
Name | Description | |
---|---|---|
OnHeadsetMotionDetect |
It is a event for acquiring Headset motion detect.
| |
OnHeadsetStationaryDetect |
It is a event for acquiring Headset stationary detect.
| |
OnHeadsetTapDetect |
It is a event for acquiring Headset tap detect.
|