Difference between revisions of "ParticleSystem:setRadialAcceleration"

Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Set the radial acceleration (away from the emitter).}}
 
{{#set:Description=Set the radial acceleration (away from the emitter).}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:setRadialAcceleration}}
 
{{i18n|ParticleSystem:setRadialAcceleration}}

Revision as of 10:06, 25 March 2011

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


Other Languages