Difference between revisions of "B2.World:destroyBody"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/>

Revision as of 10:58, 3 September 2018


Available since: Gideros 2011.6
Class: b2.World

Description


Destroys a rigid body. This function is locked during callbacks.

<ul>
<li>*Warning:**</li>
</ul>

<ul>
<li>This automatically deletes all associated shapes and joints.</li>
<li>This function is locked during callbacks.</li>
</ul>

 b2.World:destroyBody(body)

Parameters

body: (b2.Body) body to be destroyed