UxrHapticClipType Enumeration
Enumerates the supported pre-defined set of haptic feedbacks that can be generated procedurally and played using raw haptic mode.
Namespace: UltimateXR.Haptics
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrHapticClipType
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| RumbleFreqVeryLow | 1 | ||
| RumbleFreqLow | 2 | ||
| RumbleFreqNormal | 3 | ||
| RumbleFreqHigh | 4 | ||
| RumbleFreqVeryHigh | 5 | ||
| Click | 6 | ||
| Shot | 7 | ||
| ShotBig | 8 | ||
| ShotBigger | 9 | ||
| Slide | 10 | ||
| Explosion | 11 |