Click or drag to resize
PhysicsDebugDrawDrawDebugWorld Method
Draw the physical world.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void DrawDebugWorld(
	DynamicsWorld world
)

Parameters

world
Type: DynamicsWorld
World to draw.
See Also