Difference between revisions of "B2.Body:destroyFixture"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Destroy a fixture. This removes the fixture from the broad-phase and destroys all<br />
 
Destroy a fixture. This removes the fixture from the broad-phase and destroys all<br />
Line 15: Line 15:
 
  b2.Body:destroyFixture(fixture)
 
  b2.Body:destroyFixture(fixture)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''fixture''': (b2.Fixture) <translate>the fixture to be removed</translate> <br/>
 
'''fixture''': (b2.Fixture) <translate>the fixture to be removed</translate> <br/>

Revision as of 08:26, 24 August 2018

Available since: Gideros 2011.6

Description


Destroy a fixture. This removes the fixture from the broad-phase and destroys all
contacts associated with this fixture. This will automatically adjust the mass of the body if the
body is dynamic and the fixture has positive density. All fixtures attached to a body are implicitly
destroyed when the body is destroyed.

<ul>
<li>*Warning:** This function is locked during callbacks.</li>
</ul>

 b2.Body:destroyFixture(fixture)

Parameters

fixture: (b2.Fixture) the fixture to be removed