DebugDraw constructor

DebugDraw(
  1. ViewportTransform viewport
)

Implement this abstract class to allow Forge2d to automatically draw your physics for debugging purposes.

Not intended to replace your own custom rendering routines!

Implementation

DebugDraw(this.viewport);