Structs

  • Add this raycasting [SystemParam] to your system to raycast into the world with an immediate-mode API. Call cast_ray to immediately perform a raycast and get a result. Under the hood, this is a collection of regular bevy queries, resources, and locals that are added to your system.
  • Settings for a raycast.

Enums