Enum DebugDrawFlags
Debug draw flags.
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public enum DebugDrawFlags
Fields
| Name | Description |
|---|---|
| All | All modes |
| DisableBulletLCP | Disable bullet lcp |
| DrawAabb | Draw Axis Aligned Bounding Box |
| DrawConstraintLimits | Draw constraint limits |
| DrawConstraints | Draw constraints |
| DrawContactPoints | Draw contact points |
| DrawFastWireframe | Draw fast wireframe |
| DrawFeaturesText | Draw Feature text |
| DrawNormals | Draw normals |
| DrawText | Draw text |
| DrawWireframe | Draw wireframe |
| EnableCCD | Enable Continuous Collision Detection |
| EnableSatComparison | Enable sat comparison |
| MaxDebugDrawMode | Max draw modes |
| NoDeactivation | Draw no deactivation |
| NoHelpText | No help text |
| None | Draw nothing |
| ProfileTimings | Draw profile timings |