Click or drag to resize
PhysicsDebugDraw Constructor
Create the debug drawer.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public PhysicsDebugDraw(
	GraphicsDevice device
)

Parameters

device
Type: GraphicsDevice
MonoGame graphic device.
See Also