Enum MenuFeedbackMode
How a menu participates in navigation/submit haptics.
Namespace: Serenity.Menu.Infrastructure.Views
Assembly: Serenity.UnityMenu.Infrastructure.dll
Syntax
public enum MenuFeedbackMode
Fields
| Name | Description |
|---|---|
| ForceOff | Never emit navigation/submit haptics from this menu. |
| ForceOn | Opt this menu into feedback even when other menus rely on the global default. Output is still ultimately gated by the global enable switch inside the feedback service. |
| UseGlobal | Follow the global feedback configuration (default). The service still gates output on the global enable/intensity settings. |