Default | The GameObject will use the default feedback behavior defined by the central FeedbackManager and its associated FeedbackConfig. |
Suppress | All interaction feedback (default and override) for this GameObject will be suppressed. |
Override | Default feedback rules from FeedbackConfig will be ignored. |
None | No specific interaction type. |
HoverStart | An interactor has started hovering over an interactable. |
HoverEnd | An interactor has stopped hovering over an interactable. |
SelectStart | An interactor has selected an interactable. |
SelectEnd | An interactor has unselected an interactable. |
UIHoverStart | A UI pointer has started hovering over a UI element. |
UIHoverEnd | A UI pointer has stopped hovering over a UI element. |
UISelectStart | A UI pointer has selected a UI element. |
UISelectEnd | A UI pointer has unselected a UI element. |