Variable: Hovered
constHovered:Component<{ }>
Defined in: packages/core/src/input/state-tags.ts:69
A transient tag set while a pointer is intersecting an interactable.
Remarks
- Managed by InputSystem; do not add/remove this component manually.
- Use as a declarative condition for hover effects, tooltips, or affordances.
- Works with both RayInteractable and PokeInteractable entities.