Module bevy_mod_picking::focus

source ·

Structs

Tracks the current hover state to be used with change tracking in the events system.
Marker component for entities that, whenever their [Interaction] component is anything other than None, will suspend highlighting and selecting PickableMeshs. Bevy UI [Node]s have this behavior by default.

Functions