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