Particles:setParticleExtra
From GiderosMobile
Available since: Gideros 2022.5
Class: Particles
Description
Sets the extra value to be sent to the shader.
Particles:setParticleExtra(i,extra)
Parameters
i: (number) index of particle
extra: (number) extra value for this particle
- 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