![]() |
Interhaptics SDK for Unity 1.6
|
Public Member Functions | |
delegate void | OnIntensityChange (double newIntensity) |
void | StopAllHaptics () |
void | ResumeAllHaptics () |
void | DebugMode (string debugMessage) |
void | SetGlobalIntensity (double newIntensity) |
void | SetIntensity () |
double | GetCurrentIntensity () |
void | OnIntensitySliderChanged (float newIntensity) |
void | LogCurrentIntensity () |
Public Attributes | |
double | globalIntensity = 1.0 |
bool | debugMode = false |
Events | |
OnIntensityChange | onIntensityChanged |
Definition at line 7 of file GlobalHapticIntensityController.cs.
void Interhaptics.Core.GlobalHapticIntensityController.DebugMode | ( | string | debugMessage | ) |
Definition at line 72 of file GlobalHapticIntensityController.cs.
References Interhaptics.Core.GlobalHapticIntensityController.debugMode.
Referenced by Interhaptics.Core.GlobalHapticIntensityController.LogCurrentIntensity(), Interhaptics.Core.GlobalHapticIntensityController.SetGlobalIntensity(), and Interhaptics.Core.GlobalHapticIntensityController.SetIntensity().
double Interhaptics.Core.GlobalHapticIntensityController.GetCurrentIntensity | ( | ) |
Definition at line 97 of file GlobalHapticIntensityController.cs.
Referenced by Interhaptics.Core.GlobalHapticIntensityController.LogCurrentIntensity().
void Interhaptics.Core.GlobalHapticIntensityController.LogCurrentIntensity | ( | ) |
Definition at line 109 of file GlobalHapticIntensityController.cs.
References Interhaptics.Core.GlobalHapticIntensityController.DebugMode(), and Interhaptics.Core.GlobalHapticIntensityController.GetCurrentIntensity().
delegate void Interhaptics.Core.GlobalHapticIntensityController.OnIntensityChange | ( | double | newIntensity | ) |
void Interhaptics.Core.GlobalHapticIntensityController.OnIntensitySliderChanged | ( | float | newIntensity | ) |
Definition at line 103 of file GlobalHapticIntensityController.cs.
References Interhaptics.Core.GlobalHapticIntensityController.SetGlobalIntensity().
Referenced by Interhaptics.Samples.GlobalIntensitySlider.HandleSliderValueChanged().
void Interhaptics.Core.GlobalHapticIntensityController.ResumeAllHaptics | ( | ) |
Definition at line 46 of file GlobalHapticIntensityController.cs.
References Interhaptics.Core.GlobalHapticIntensityController.SetGlobalIntensity().
void Interhaptics.Core.GlobalHapticIntensityController.SetGlobalIntensity | ( | double | newIntensity | ) |
Definition at line 81 of file GlobalHapticIntensityController.cs.
References Interhaptics.Core.GlobalHapticIntensityController.DebugMode(), Interhaptics.Core.GlobalHapticIntensityController.globalIntensity, and Interhaptics.Core.GlobalHapticIntensityController.onIntensityChanged.
Referenced by Interhaptics.Core.GlobalHapticIntensityController.OnIntensitySliderChanged(), Interhaptics.Core.GlobalHapticIntensityController.ResumeAllHaptics(), and Interhaptics.Core.GlobalHapticIntensityController.StopAllHaptics().
void Interhaptics.Core.GlobalHapticIntensityController.SetIntensity | ( | ) |
Definition at line 90 of file GlobalHapticIntensityController.cs.
References Interhaptics.Core.GlobalHapticIntensityController.DebugMode(), and Interhaptics.Core.GlobalHapticIntensityController.globalIntensity.
void Interhaptics.Core.GlobalHapticIntensityController.StopAllHaptics | ( | ) |
Definition at line 40 of file GlobalHapticIntensityController.cs.
References Interhaptics.Core.GlobalHapticIntensityController.globalIntensity, and Interhaptics.Core.GlobalHapticIntensityController.SetGlobalIntensity().
bool Interhaptics.Core.GlobalHapticIntensityController.debugMode = false |
Definition at line 14 of file GlobalHapticIntensityController.cs.
Referenced by Interhaptics.Core.GlobalHapticIntensityController.DebugMode().
double Interhaptics.Core.GlobalHapticIntensityController.globalIntensity = 1.0 |
OnIntensityChange Interhaptics.Core.GlobalHapticIntensityController.onIntensityChanged |
Definition at line 20 of file GlobalHapticIntensityController.cs.
Referenced by Interhaptics.Core.GlobalHapticIntensityController.SetGlobalIntensity().