hoveredComponent property
The component currently under the mouse cursor (hovered), if any.
null
if no component is hovered.
Implementation
InteractableComponentInstance? hoveredComponent;
The component currently under the mouse cursor (hovered), if any.
null
if no component is hovered.
InteractableComponentInstance? hoveredComponent;