Click or drag to resize
PhysicsDebugDrawDebugMode Property
Get if in debug mode or not.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override DebugDrawModes DebugMode { get; set; }

Property Value

Type: DebugDrawModes

Implements

IDebugDraw.DebugMode
See Also