Difference between revisions of "ParticleSystem:setSpin"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Sets the spin of the sprite.
 
Sets the spin of the sprite.
 
== Function ==
 
== Function ==
Line 16: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the spin of the sprite.}}
 
{{#set:Description=Sets the spin of the sprite.}}
 +
== Other Languages ==
 +
{{i18n|ParticleSystem:setSpin}}

Revision as of 19:20, 18 November 2010

Sets the spin of the sprite.

Function

Synopsis

ParticleSystem:setSpin( min, max, variation )

Arguments

number min
The minimum spin (radians per second).
number max (min)
The maximum size (radians per second).
number variation (1)
The degree of variation (0 meaning no variation and 1 meaning full variation between start and end).

Returns

Nothing.

See Also

Other Languages