Interhaptics SDK for Unity 1.6
Loading...
Searching...
No Matches
Interhaptics.Platforms.HapticCapabilityCheck Class Reference
Inheritance diagram for Interhaptics.Platforms.HapticCapabilityCheck:

Public Member Functions

void DebugMode (string message)
 

Detailed Description

Definition at line 11 of file HapticCapabilityCheck.cs.

Member Function Documentation

◆ DebugMode()

void Interhaptics.Platforms.HapticCapabilityCheck.DebugMode ( string message)

Definition at line 82 of file HapticCapabilityCheck.cs.

83 {
84 if (debugMode)
85 {
86 Debug.Log(message);
87 }
88 }

The documentation for this class was generated from the following file: