Difference between revisions of "ParticleSystem:setRadialAcceleration"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Set the radial acceleration (away from the emitter).
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 14:
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Set the radial acceleration (away from the emitter).}}

Revision as of 16:17, 14 February 2010

Set the radial acceleration (away from the emitter).

Function

Synopsis

ParticleSystem:setRadialAcceleration( min, max )

Arguments

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

Returns

Nothing.

See Also