Difference between revisions of "Shape:setDensity"

m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|080|type=function}}
 
Sets the density of a Shape.  
 
Sets the density of a Shape.  
 
Do this before calling [[Body:setMassFromShapes]].
 
Do this before calling [[Body:setMassFromShapes]].

Latest revision as of 17:52, 29 May 2013

Removed in LÖVE 0.8.0
This function is not supported in that and later versions.

Sets the density of a Shape. Do this before calling Body:setMassFromShapes.

Function

Synopsis

Shape:setDensity( density )

Arguments

number density
The new density of the Shape.

Returns

Nothing.

See Also


Other Languages