Enum DebugDrawFlags
Debug drawing flags.
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public enum DebugDrawFlags
Fields
| Name | Description |
|---|---|
| All | All modes. |
| DisableBulletLCP | Disables bullet LCP |
| DrawAabb | Draws an Axis-Aligned Bounding Box |
| DrawConstraintLimits | Draws constraint limits. |
| DrawConstraints | Draws constraints |
| DrawContactPoints | Draws contact points |
| DrawFastWireframe | Draws fast wireframe |
| DrawFeaturesText | Draws feature text. |
| DrawNormals | Draws normals. |
| DrawText | Draws text. |
| DrawWireframe | Draws wireframes. |
| EnableCCD | Enables Continuous Collision Detection |
| EnableSatComparison | Enables satellite comparison |
| MaxDebugDrawMode | Maximum draw modes |
| NoDeactivation | Draw without deactivation |
| NoHelpText | No help text available. |
| None | Draws nothing |
| ProfileTimings | Draws profile timings. |