hoveredComponent property

InteractableComponentInstance? hoveredComponent
getter/setter pair

The component currently under the mouse cursor (hovered), if any.

null if no component is hovered.

Implementation

InteractableComponentInstance? hoveredComponent;