Difference between revisions of "Particles:clearTexture"

From GiderosMobile
 
(7 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 ===
<translate>Clear texture for all particles</translate>
+
Clears texture for all particles.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Particles:clearTexture()
+
Particles:clearTexture(slot)
</source>
+
</syntaxhighlight>
 +
 
 +
=== Parameters ===
 +
'''slot''': (number) the texture slot that should be cleared. Leave empty or set to 0 for main texture, or if you don't use a specific shader '''optional''' (Since Gideros 2022.5)<br/>
 +
 
 +
{{Particles}}

Latest revision as of 21:30, 21 September 2023