Expand description

Core functionality and types required for bevy_mod_picking to function.

Modules

  • This module provides a simple interface for implementing a picking backend.
  • Debug tools for picking events
  • Event listening and bubbling.
  • Processes data from input and backends, producing interaction events.
  • Determines which entities are being hovered by which pointers.
  • Types and systems for pointer inputs, such as position and buttons.

Structs

Enums

  • Groups the stages of the picking process under shared labels.