Vixen
02b45cc4
csharp
public enum PhysicsDebugOverlay

What a physics debug pass draws.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (7)

  • None

    Nothing.

  • Colliders

    Every body's collision volume, as a wireframe.

  • Contacts

    The contact points and normals from the last step.

  • Bounds

    Each body's axis-aligned bounds — what the broad phase actually sees.

  • Axes

    Each body's local axes.

  • Constraints

    Every constraint's anchors, the error between them, and its axis.

  • Default

    The 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