Difference between revisions of "Particles.new"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Available since:''' Gideros 2016.06<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Particles|Particles]]<br/>
+
'''Class:''' [[Particles]]<br/>
=== <translate>Description</translate> ===
+
 
<translate>Create new particles group</translate>
+
=== Description ===
<source lang="lua">
+
Creates a new particles group.
Particles.new()
+
<syntaxhighlight lang="lua">
</source>
+
Particles.new([is3d],[autoSort])
 +
</syntaxhighlight>
 +
 
 +
=== Parameters ===
 +
'''is3d''': (boolean) whether this particle set should be rendered in 3D</br>
 +
'''autoSort''': (boolean) whether this particle set should be sorted back to front for 3D rendering</br>
 +
 
 +
{{Particles}}

Latest revision as of 15:32, 13 July 2023