Difference between revisions of "ParticleSystem:setRotation"

 
(See Also)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
Sets the rotation of the image upon particle creation (in radians).
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::ParticleSystem]]
 
* [[parent::ParticleSystem]]
 +
* [[ParticleSystem:getRotation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the rotation of the image upon particle creation (in radians).}}
 +
{{#set:Since=000}}
 +
 
 +
== Other Languages ==
 +
{{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