Enum DebugDrawFlags
Debug draw flags.
Namespace: Evergine.Common.Physics2D
Assembly: Evergine.Common.dll
Syntax
public enum DebugDrawFlags
Fields
| Name | Description |
|---|---|
| AabbBit | Draw AABB (Axis Aligned Bounding Box) |
| CenterOfMassBit | Draw center of mass |
| JointBit | Draw joints |
| PairBit | Draw pairs |
| ShapeBit | Draw the shape |