Difference between revisions of "Particles.new"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Creates a new particles group.
 
Creates a new particles group.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Particles.new([is3d],[autoSort])
 
Particles.new([is3d],[autoSort])
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
'''is3d''': (boolean) whether this particle set should be rendered in 3D
+
'''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
+
'''autoSort''': (boolean) whether this particle set should be sorted back to front for 3D rendering</br>
  
 
{{Particles}}
 
{{Particles}}

Latest revision as of 15:32, 13 July 2023