#Picking Over and Out work but not Hover
5 messages · Page 1 of 1 (latest)
Hovered isn't a marker component, but it is a flag component
A component that allows users to use regular Bevy change detection to determine when the pointer enters or leaves an entity. Users should insert this component on an entity to indicate interest in knowing about hover state changes.
it existing on an entity doesn't indicate the the entity is hovered, just that it is interested in checking for when it's hovered
thanks! yeah, I just got confused at first and thought it's an event