Difference between revisions of "Particles:scaleParticles"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2019.4<br/>
'''<translate>Available since</translate>:''' Gideros 2019.4<br/>
+
'''Class:''' [[Particles]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Particles|Particles]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Scale all particles</translate>
+
Scales all particles.
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
Particles:scaleParticles(scale,absolute)
+
Particles:scaleParticles(scale,absolute)
 
</syntaxhighlight>
 
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''scale''': (number) <translate>The scale factor to apply to all particles</translate> <br/>
+
=== Parameters ===
'''absolute''': (boolean) <translate>If true, scale is an absolute size instead</translate> <br/>
+
'''scale''': (number) the scale factor to apply to all particles<br/>
 +
'''absolute''': (boolean) if true, scale is an absolute size instead<br/>
  
 
{{Particles}}
 
{{Particles}}

Latest revision as of 21:51, 21 September 2023