API reference
API reference
Select your platform
No SDKs available
No versions available

Feedback Namespace

Enumeration Types

Enumeration FeedbackMode

Defines the mode of feedback handling for a GameObject.
Used by FeedbackSettings to determine whether to use default feedback, suppress all feedback, or override with custom actions.
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.

Enumeration InteractionType

Defines the types of interaction events that can occur.
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.
Did you find this page helpful?