Difference between revisions of "Particles.new"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2016.06<br/>
 
'''Available since:''' Gideros 2016.06<br/>
 +
'''Class:''' [[Particles]]<br/>
 +
 
=== Description ===
 
=== Description ===
Create new particles group
+
Creates a new particles group.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Particles.new()
+
Particles.new([is3d],[autoSort])
</source>
+
</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