B2.World:setDebugDraw

From GiderosMobile
Revision as of 14:33, 23 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2011.6

Description


Registers a b2.DebugDraw instance for debug drawing.

 b2.World:setDebugDraw()

Examples

Example

local debugDraw = b2.DebugDraw.new()
world:setDebugDraw(debugDraw)
stage:addChild(debugDraw)