Enum HapticFeedbackType
The type of haptic feedback to trigger.
Namespace: Unity.AppUI.Core
Assembly: Unity.AppUI.dll
Syntax
public enum HapticFeedbackType
Fields
| Name | Description |
|---|---|
| ERROR | An error haptic feedback. |
| HEAVY | A heavy haptic feedback. |
| LIGHT | A light haptic feedback. |
| MEDIUM | A medium haptic feedback. |
| SELECTION | A selection haptic feedback. |
| SUCCESS | A success haptic feedback. |
| UNDEFINED | No haptic feedback will be triggered with this value. |
| WARNING | A warning haptic feedback. |