csharp
public enum PhysicsDebugOverlayWhat a physics debug pass draws.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
NoneNothing.
CollidersEvery body's collision volume, as a wireframe.
ContactsThe contact points and normals from the last step.
BoundsEach body's axis-aligned bounds — what the broad phase actually sees.
AxesEach body's local axes.
ConstraintsEvery constraint's anchors, the error between them, and its axis.
DefaultThe colliders, the contacts and the constraints, which is what an investigation usually wants — and what [13](../../../docs/plan/13-diagnostics.md) § Overlays specifies.
Used by (2)
- PhysicsDebugDrawVixen.Physics
- PhysicsDebugDrawSystemVixen.Physics