![]() |
Interhaptics SDK for Unity 1.6
|
Public Member Functions | |
List< CommandData > | ToCommandData () |
void | DebugMode (string debugMessage) |
void | UpdateTargetIntensity (double targetIntensityValue) |
Public Attributes | |
GroupID | BodyPart = GroupID.Hand |
LateralFlag | Side = LateralFlag.Global |
bool | debugMode = false |
Properties | |
int | HapticMaterialId [get, set] |
double | TargetIntensity [get, set] |
Definition at line 14 of file HapticBodyPart.cs.
void Interhaptics.HapticBodyPart.DebugMode | ( | string | debugMessage | ) |
Definition at line 40 of file HapticBodyPart.cs.
References Interhaptics.HapticBodyPart.debugMode.
Referenced by Interhaptics.HapticBodyPart.UpdateTargetIntensity().
List< CommandData > Interhaptics.HapticBodyPart.ToCommandData | ( | ) |
Definition at line 20 of file HapticBodyPart.cs.
Referenced by Interhaptics.HapticBodyPart.UpdateTargetIntensity().
void Interhaptics.HapticBodyPart.UpdateTargetIntensity | ( | double | targetIntensityValue | ) |
Definition at line 47 of file HapticBodyPart.cs.
References Interhaptics.HapticBodyPart.DebugMode(), Interhaptics.HapticBodyPart.HapticMaterialId, and Interhaptics.HapticBodyPart.ToCommandData().
GroupID Interhaptics.HapticBodyPart.BodyPart = GroupID.Hand |
Definition at line 17 of file HapticBodyPart.cs.
bool Interhaptics.HapticBodyPart.debugMode = false |
Definition at line 25 of file HapticBodyPart.cs.
Referenced by Interhaptics.HapticBodyPart.DebugMode().
LateralFlag Interhaptics.HapticBodyPart.Side = LateralFlag.Global |
Definition at line 18 of file HapticBodyPart.cs.
|
getset |
Definition at line 26 of file HapticBodyPart.cs.
Referenced by Interhaptics.HapticBodyPart.UpdateTargetIntensity().
|
getset |
Definition at line 31 of file HapticBodyPart.cs.