Module bevy_mod_bounding::debug[][src]

Structs

DebugBounds

Marks an entity that should have a mesh added as a child to represent the mesh’s bounding volume.

DebugBoundsMesh

Marks the debug bounding volume mesh, which exists as a child of a [BoundingVolumeDebug] entity

Functions

update_debug_mesh_visibility
update_debug_meshes

Updates existing debug meshes, and creates new debug meshes on entities with a bounding volume component marked with [BoundingVolumeDebug] and no existing debug mesh.