Difference between revisions of "ParticleSystem:setSpinVariation"

m (1 revision: Imported docs from potato.)
m
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
Sets the amount of spin variation (0 meaning no variation and 1 meaning full variation between start and end).
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 7: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
{{param|number|variation|The degree of variation (0 meaning no variation and 1 meaning full variation between start and end).}}
+
{{param|number|variation|The amount of variation (0 meaning no variation and 1 meaning full variation between start and end).}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
Line 13: Line 12:
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the amount of spin variation.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:setSpinVariation}}

Latest revision as of 01:42, 30 May 2013

Sets the amount of spin variation (0 meaning no variation and 1 meaning full variation between start and end).

Function

Synopsis

ParticleSystem:setSpinVariation( variation )

Arguments

number variation
The amount of variation (0 meaning no variation and 1 meaning full variation between start and end).

Returns

Nothing.

See Also


Other Languages