Difference between revisions of "ParticleSystem:setGravity"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Sets the gravity affecting the particles (acceleration along the y-axis).
 +
Every particle created will have a gravity between min and max.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 15:
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the gravity affecting the particles (acceleration along the y-axis).
 +
}}

Revision as of 16:17, 14 February 2010

Sets the gravity affecting the particles (acceleration along the y-axis). Every particle created will have a gravity between min and max.

Function

Synopsis

ParticleSystem:setGravity( min, max )

Arguments

number min
The minimum gravity.
number max (min)
The maximum gravity.

Returns

Nothing.

See Also