Difference between revisions of "Shape:setDensity"

m (included link to other languages)
m
 
(2 intermediate revisions by 2 users 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]].
Line 13: Line 14:
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Sets the density of a Shape.  
+
{{#set:Description=Sets the density of a Shape.}}
}}
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Shape:setDensity}}
 
{{i18n|Shape:setDensity}}

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