Expand description
The debug-renderer.
Structs§
- Collider
Debug Color - The color of a collider when using the debug-renderer.
- Debug
Render Context - Context to control some aspect of the debug-renderer after initialization.
- Debug
Render Mode - Flags indicating what part of the physics engine should be rendered by the debug-renderer.
- Debug
Render Style - Style used for computing colors when rendering the scene.
- Rapier
Debug Render Plugin - Plugin rensponsible for rendering (using lines) what Rapier “sees” when performing its physics simulation. This is typically useful to check proper alignment between colliders and your own visual assets.
Enums§
- Collider
Debug - Overrides the global
DebugRenderContext
for a single collider.