Skip to content

Variable: Hovered

const Hovered: Component<{ }>

Defined in: packages/core/src/input/state-tags.ts:52

A transient tag set while a pointer ray is intersecting an Interactable.

Remarks

  • Managed by InputSystem; do not add/remove this component manually in normal usage.
  • Use as a declarative condition for hover effects, tooltips, or affordances.

Hideineditor