[][src]Crate bevy_mod_picking

Structs

DebugPickingPlugin
Group

Used to group pickable entities with pick rays

HighlightablePickMesh

Meshes with HighlightablePickMesh will be highlighted when hovered over. If the mesh also has the SelectablePickMesh component, it will highlight when selected.

InteractableMesh
InteractablePickingPlugin
Intersection

Holds computed intersection information

PickHighlightParams
PickSource

Marks an entity to be used for picking

PickState
PickableMesh

Marks a Mesh entity as pickable

PickingPlugin
SelectablePickMesh

Meshes with SelectableMesh will have selection state managed

Enums

HoverEvents
MouseDownEvents
PickMethod

Specifies the method used to generate pick rays

UpdatePicks