Difference between revisions of "Shape:setDensity"

m (1 revision: Importing from potato (again).)
m
 
(3 intermediate revisions by 3 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 14: 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 ==
 +
{{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