Difference between revisions of "ParticleSystem:setRadialAcceleration"

 
m
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
Set the radial acceleration (away from the emitter).
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 +
* [[ParticleSystem:getRadialAcceleration]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Set the radial acceleration (away from the emitter).}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:setRadialAcceleration}}

Latest revision as of 15:27, 2 October 2016

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