Difference between revisions of "Particles:setTexture"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Set texture to all particles <source lang="lua"> = Particles:setTexture(texture,) </source> '''textur...") |
|||
Line 4: | Line 4: | ||
Set texture to all particles | Set texture to all particles | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Particles:setTexture(texture) | |
</source> | </source> | ||
− | '''texture | + | '''texture''': (TextureBase) texture to use in particles ''''''<br/> |
Revision as of 10:17, 23 August 2018
Available since: Gideros 2016.06
Description
Set texture to all particles
Particles:setTexture(texture)
'texture: (TextureBase) texture to use in particles '