Difference between revisions of "Particles:setTexture"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2016.06<br/> | '''Available since:''' Gideros 2016.06<br/> | ||
=== Description === | === Description === | ||
− | Set texture to all particles | + | <translate>Set texture to all particles</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Particles:setTexture(texture) | Particles:setTexture(texture) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''texture''': (TextureBase) texture to use in particles <br/> | + | '''texture''': (TextureBase) <translate>texture to use in particles</translate> <br/> |
Revision as of 13:38, 23 August 2018
Available since: Gideros 2016.06
Description
Set texture to all particles
Particles:setTexture(texture)
Parameters
texture: (TextureBase) texture to use in particles