Difference between revisions of "Particles:setTexture"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(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>Set texture to all particles</translate>
+
Sets a texture to all particles.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Particles:setTexture(texture)
+
Particles:setTexture(texture,slot)
</source>
+
</syntaxhighlight>
 +
 
 
=== Parameters ===
 
=== Parameters ===
'''texture''': (TextureBase) <translate>texture to use in particles</translate> <br/>
+
'''texture''': (TextureBase) texture to use in particles<br/>
 +
'''slot''': (number) the texture slot that the texture should be associated to. 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 15:32, 13 July 2023