Difference between revisions of "Shape:setDensity"

 
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
{{oldin|[[0.8.0]]|080|type=function}}
 
+
Sets the density of a Shape.
 +
Do this before calling [[Body:setMassFromShapes]].
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 14:
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#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