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