| UnityESkinSensor Methods |
The UnityESkinSensor type exposes the following members.
| Name | Description | |
|---|---|---|
| FixedUpdate |
Updates per fixed time.
| |
| GetCalibratedStrainValue(StrainSensorChannel) |
Returns the calibrated value of the specified strain sensor. When the frame index is not specified, the index is zero.
(Inherited from ESkinSensor.) | |
| GetCalibratedStrainValue(StrainSensorChannel, Int32) |
Returns the calibrated value of the specified strain sensor.
(Inherited from ESkinSensor.) | |
| GetFilteredIMUValue(IMUSensorChannel) |
Returns the filtered value of the specified IMU sensor. When the frame index is not specified, the index is zero.
(Inherited from ESkinSensor.) | |
| GetFilteredIMUValue(IMUSensorChannel, Int32) |
Returns the filtered value of the specified IMU sensor.
(Inherited from ESkinSensor.) | |
| GetFilteredStrainValue(StrainSensorChannel) |
Returns the filtered value of the specified strain sensor. When the frame index is not specified, the index is zero.
(Inherited from ESkinSensor.) | |
| GetFilteredStrainValue(StrainSensorChannel, Int32) |
Returns the filtered value of the specified strain sensor.
(Inherited from ESkinSensor.) | |
| GetIMUValue(IMUSensorChannel) |
Returns the value of the specified IMU sensor. When the frame index is not specified, the index is zero.
(Inherited from ESkinSensor.) | |
| GetIMUValue(IMUSensorChannel, Int32) |
Returns the value of the specified IMU sensor.
(Inherited from ESkinSensor.) | |
| GetMinMaxRange(IMUSensorChannel) |
Returns the range of values of the specified IMU sensor.
(Inherited from ESkinSensor.) | |
| GetMinMaxRange(StrainSensorChannel) |
Returns the range of values of the specified strain sensor.
(Inherited from ESkinSensor.) | |
| GetPairingDevices |
Returns the array of existing port names or device names associated with bluetooth devices.
(Overrides ESkinSensorGetPairingDevices.) | |
| GetStrainSensorRange |
Returns the range of values of strain sensors for calibration.
(Inherited from ESkinSensor.) | |
| GetStrainValue(StrainSensorChannel) |
Returns the value of the specified strain sensor. When the frame index is not specified, the index is zero.
(Inherited from ESkinSensor.) | |
| GetStrainValue(StrainSensorChannel, Int32) |
Returns the value of the specified strain sensor.
(Inherited from ESkinSensor.) | |
| IsSetStrainSensorRange |
Gets whether the range of values of the strain sensor for calibration is set.
(Inherited from ESkinSensor.) | |
| LoadConfiguration |
Loads configurations.
| |
| OnDestroy |
The process when terminated.
| |
| SaveConfiguration |
Saves configurations.
| |
| SetHubName |
Set the name of e-skin Hub after stop communicating.
An exception may occur.
(Inherited from ESkinSensor.) | |
| SetStrainSensorRange |
Sets the range of values of the strain sensor for calibration.
An exception may occur.
(Inherited from ESkinSensor.) | |
| Start |
Starts reception from sensors.
An exception may occur.
(Overrides ESkinSensorStart.) | |
| Start(FramePerSecond) |
Starts reception from sensors.
An exception may occur.
(Overrides ESkinSensorStart(FramePerSecond).) | |
| StartCalibrationForBoth |
Starts calibration with changing the maximum and minimum values.
(Inherited from ESkinSensor.) | |
| StartCalibrationForMax |
Starts calibration with changing the maximum value.
(Inherited from ESkinSensor.) | |
| StartCalibrationForMin |
Starts calibration with changing the minimum value.
(Inherited from ESkinSensor.) | |
| Stop |
Stops reception from sensors.
(Inherited from ESkinSensor.) | |
| StopCalibration |
Stops calibration.
(Inherited from ESkinSensor.) | |
| UpdateGyroOrigin |
Updates the Gyro Origin.
|