isHovered()
Returns true if this container is currently hovered by the mouse.
isHovered(): boolean;
Notes
- Only works when trackHover is enabled.
Related
class UIContainer abstract
A base view class that represents a container element with no specific layout or styling.
