Difference between revisions of "Particles.new"

From GiderosMobile
Line 6: Line 6:
 
Creates a new particles group.
 
Creates a new particles group.
 
<source lang="lua">
 
<source lang="lua">
Particles.new()
+
Particles.new([is3d],[autoSort])
 
</source>
 
</source>
 +
 +
=== Parameters ===
 +
'''is3d''': (boolean) whether this particle set should be rendered in 3D
 +
'''autoSort''': (boolean) whether this particle set should be sorted back to front for 3D rendering
  
 
{{Particles}}
 
{{Particles}}

Revision as of 14:48, 25 April 2022