Difference between revisions of "ParticleSystem:setSpin"

m
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the spin of the sprite.}}
 
{{#set:Description=Sets the spin of the sprite.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:setSpin}}
 
{{i18n|ParticleSystem:setSpin}}

Revision as of 10:07, 25 March 2011

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 spin (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