B2.World:setDebugDraw
From GiderosMobile
Available since: Gideros 2011.6
Registers a b2.DebugDraw instance for debug drawing.
b2.World:setDebugDraw()
Example
local debugDraw = b2.DebugDraw.new()
world:setDebugDraw(debugDraw)
stage:addChild(debugDraw)