Difference between revisions of "B2.DebugDraw.new"
From GiderosMobile
(remove language stuff) |
m (Text replacement - "</source" to "</syntaxhighlight") |
||
Line 7: | Line 7: | ||
<source lang="lua"> | <source lang="lua"> | ||
b2.DebugDraw.new() | b2.DebugDraw.new() | ||
− | </ | + | </syntaxhighlight> |
{{B2.DebugDraw}} | {{B2.DebugDraw}} |
Revision as of 16:59, 12 July 2023
Available since: Gideros 2011.6
Class: b2.DebugDraw
Description
Creates a new b2.DebugDraw instance. <source lang="lua"> b2.DebugDraw.new() </syntaxhighlight>