Difference between revisions of "Particles:clearTexture"
From GiderosMobile
Line 6: | Line 6: | ||
<translate>Clear texture for all particles</translate> | <translate>Clear texture for all particles</translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | Particles:clearTexture() | + | Particles:clearTexture(slot) |
</source> | </source> | ||
+ | |||
+ | === 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}} | {{Particles}} |
Revision as of 13:51, 25 April 2022
Available since: Gideros 2016.06
Class: Particles
Description
Clear texture for all particles
Particles:clearTexture(slot)
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)
- Particles
- Particles.new
- Particles:addParticles
- Particles:clearTexture
- Particles:getDeadParticles
- Particles:getNearestParticle
- Particles:getNumParticles
- Particles:getParticleAcceleration
- Particles:getParticleAngle
- Particles:getParticleColor
- Particles:getParticleDecay
- Particles:getParticleExtra
- Particles:getParticlePosition
- Particles:getParticleSize
- Particles:getParticleSpeed
- Particles:getParticleTag
- Particles:getParticleTtl
- Particles:getParticles
- Particles:isPaused
- Particles:removeParticles
- Particles:scaleParticles
- Particles:setParticleAcceleration
- Particles:setParticleAngle
- Particles:setParticleColor
- Particles:setParticleDecay
- Particles:setParticleExtra
- Particles:setParticlePosition
- Particles:setParticleSize
- Particles:setParticleSpeed
- Particles:setParticleTag
- Particles:setParticleTtl
- Particles:setPaused
- Particles:setTexture