Expand description
Renders physics objects and properties for debugging purposes.
See PhysicsDebugPlugin.
Structs§
- Debug
Render  - A component for the debug render configuration of an entity. See 
PhysicsDebugPlugin. - Physics
Debug Plugin  - A plugin that renders physics objects and properties for debugging purposes. It is not enabled by default and must be added manually.
 - Physics
Gizmos  - Gizmos used for debug rendering physics. See 
PhysicsDebugPlugin 
Enums§
- Contact
Gizmo Scale  - The scale used for contact normals rendered using gizmos.
 
Traits§
- Debug
Render Constraint  - A trait for rendering debug information about constraints.
 - Physics
Gizmo Ext  - An extension trait for 
Gizmos<PhysicsGizmo>. 
Functions§
- debug_
render_ constraint  - A system that renders all constraints that implement the 
DebugRenderConstrainttrait.