Difference between revisions of "B2.World:setDebugDraw"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Registers a b2.DebugDraw instance for debug drawing.<br /> <br /> <source lang="lua"> = b2.Worl...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.World:setDebugDraw()
+
b2.World:setDebugDraw()
 
</source>
 
</source>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2011.6

Description


Registers a b2.DebugDraw instance for debug drawing.

 b2.World:setDebugDraw()