![]() |
Interhaptics SDK for Unity 1.6
|
Public Member Functions | |
void | DebugMode (string debugMessage) |
Debug method to print messages in the console only when debugMode is enabled. | |
void | PlayAudioVibrationController (int indexButton) |
void | PlayEventVibrationController (int indexButton) |
void | PlaySpatialVibrationController (int indexButton) |
void | IncreaseIndexVibrations (bool isIncrementing) |
Public Attributes | |
bool | debugMode |
Definition at line 13 of file GameInputXInputHapticController.cs.
void Interhaptics.Platforms.GameInput.Samples.GameInputXInputHapticController.DebugMode | ( | string | debugMessage | ) |
Debug method to print messages in the console only when debugMode is enabled.
debugMessage |
Definition at line 56 of file GameInputXInputHapticController.cs.
References Interhaptics.Platforms.GameInput.Samples.GameInputXInputHapticController.debugMode.
void Interhaptics.Platforms.GameInput.Samples.GameInputXInputHapticController.IncreaseIndexVibrations | ( | bool | isIncrementing | ) |
Definition at line 206 of file GameInputXInputHapticController.cs.
void Interhaptics.Platforms.GameInput.Samples.GameInputXInputHapticController.PlayAudioVibrationController | ( | int | indexButton | ) |
Definition at line 184 of file GameInputXInputHapticController.cs.
References Interhaptics.Utils.AudioHapticSource.PlayEventVibration().
void Interhaptics.Platforms.GameInput.Samples.GameInputXInputHapticController.PlayEventVibrationController | ( | int | indexButton | ) |
Definition at line 191 of file GameInputXInputHapticController.cs.
void Interhaptics.Platforms.GameInput.Samples.GameInputXInputHapticController.PlaySpatialVibrationController | ( | int | indexButton | ) |
Definition at line 198 of file GameInputXInputHapticController.cs.
bool Interhaptics.Platforms.GameInput.Samples.GameInputXInputHapticController.debugMode |
Definition at line 42 of file GameInputXInputHapticController.cs.
Referenced by Interhaptics.Platforms.GameInput.Samples.GameInputXInputHapticController.DebugMode().