| Member | Value | Description |
|---|---|---|
Default | 0 |
The GameObject will use the default feedback behavior defined by the central FeedbackManager and its associated FeedbackConfig.
|
Suppress | 1 |
All interaction feedback (default and override) for this GameObject will be suppressed.
No feedback events will be triggered.
|
Override | 2 |
Default feedback rules from FeedbackConfig will be ignored.
Only the specific feedback actions listed in the FeedbackSettings.OverrideEntry list for matching InteractionTypes will be executed. If no matching override entry is found for an interaction type, no feedback occurs.
|