Difference between revisions of "ParticleSystem:setTangentialAcceleration"

m (1 revision: Imported docs from potato.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
Sets the tangential acceleration (acceleration perpendicular to the particle's direction).
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 14: Line 13:
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the tangential acceleration (acceleration perpendicular to the particle's direction).}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:setTangentialAcceleration}}

Latest revision as of 10:07, 25 March 2011

Sets the tangential acceleration (acceleration perpendicular to the particle's direction).

Function

Synopsis

ParticleSystem:setTangentialAcceleration( min, max )

Arguments

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

Returns

Nothing.

See Also


Other Languages