Difference between revisions of "Fixture:destroy"

m
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=function}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Destroys the fixture.
 
Destroys the fixture.
  
Line 11: Line 11:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
 +
== Notes ==
 +
Destroying a Fixture may change the mass of the Body it was attached to.
 
== See Also ==
 
== See Also ==
 
* [[parent::Fixture]]
 
* [[parent::Fixture]]

Latest revision as of 14:44, 17 April 2022

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Destroys the fixture.

Function

Synopsis

Fixture:destroy( )

Arguments

None.

Returns

Nothing.

Notes

Destroying a Fixture may change the mass of the Body it was attached to.

See Also


Other Languages