Difference between revisions of "ParticleSystem:setGravity"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Sets the gravity affecting the particles (acceleration along the y-axis).
 
Sets the gravity affecting the particles (acceleration along the y-axis).
 
Every particle created will have a gravity between min and max.
 
Every particle created will have a gravity between min and max.
Line 17: Line 16:
 
{{#set:Description=Sets the gravity affecting the particles (acceleration along the y-axis).
 
{{#set:Description=Sets the gravity affecting the particles (acceleration along the y-axis).
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:setGravity}}

Revision as of 19:22, 18 November 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

Other Languages