Difference between revisions of "B2.DebugDraw.new"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | Creates a new | + | Creates a new [[[b2.DebugDraw]]] instance.<br /> |
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.DebugDraw.new() | b2.DebugDraw.new() | ||
</source> | </source> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2011.6
Description
Creates a new [[[b2.DebugDraw]]] instance.
b2.DebugDraw.new()