Difference between revisions of "ParticleSystem:setRotation"

Line 14: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the rotation of the image upon particle creation (in radians).}}
 
{{#set:Description=Sets the rotation of the image upon particle creation (in radians).}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:setRotation}}
 
{{i18n|ParticleSystem:setRotation}}

Revision as of 10:06, 25 March 2011

Sets the rotation of the image upon particle creation (in radians).

Function

Synopsis

ParticleSystem:setRotation( min, max )

Arguments

number min
The minimum initial angle (radians).
number max (min)
The maximum initial angle (radians).

Returns

Nothing.

See Also


Other Languages