Difference between revisions of "ParticleSystem:setRadialAcceleration"

m
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 +
* [[ParticleSystem:getRadialAcceleration]]
 
[[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}}

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