Difference between revisions of "ParticleSystem:setRotation"

(See Also)
 
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 +
* [[ParticleSystem:getRotation]]
 
[[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}}
 
{{#set:Since=000}}
 +
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ParticleSystem:setRotation}}
 
{{i18n|ParticleSystem:setRotation}}

Latest revision as of 01:31, 9 January 2021

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