Difference between revisions of "B2.DebugDraw.new"
From GiderosMobile
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<languages /> | <languages /> | ||
| − | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
| − | ''' | + | '''Class:''' [[Special:MyLanguage/b2.DebugDraw|b2.DebugDraw]]<br/> |
| − | === | + | |
| − | + | === Description === | |
| − | Creates a new [[Special:MyLanguage/b2.DebugDraw|b2.DebugDraw]] instance. | + | Creates a new [[Special:MyLanguage/b2.DebugDraw|b2.DebugDraw]] instance. |
| − | |||
<source lang="lua"> | <source lang="lua"> | ||
| − | + | b2.DebugDraw.new() | |
</source> | </source> | ||
| + | |||
| + | {{B2.DebugDraw}} | ||
Revision as of 08:04, 17 February 2020
Available since: Gideros 2011.6
Class: b2.DebugDraw
Description
Creates a new b2.DebugDraw instance.
b2.DebugDraw.new()