Difference between revisions of "Fixture:setDensity"

m
m
 
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=function}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Sets the density of the fixture. Call [[Body:resetMassData]] if this needs to take effect immediately.
 
Sets the density of the fixture. Call [[Body:resetMassData]] if this needs to take effect immediately.
  

Latest revision as of 13:44, 4 May 2012

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

Sets the density of the fixture. Call Body:resetMassData if this needs to take effect immediately.

Function

Synopsis

Fixture:setDensity( density )

Arguments

number density
The fixture density in kilograms per square meter.

Returns

Nothing.

See Also


Other Languages