B2.World:setDebugDraw

From GiderosMobile
Revision as of 10:57, 3 September 2018 by Hgy29 (talk | contribs)


Available since: Gideros 2011.6
Class: b2.World

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)