Difference between revisions of "Particles:setParticleExtra"
From GiderosMobile
| m (Text replacement - "<source" to "<syntaxhighlight") | |||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| __NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2022.5<br/> | |
| − | ''' | + | '''Class:''' [[Particles]]<br/> | 
| − | ''' | + | |
| − | ===  | + | === Description === | 
| − | + | Sets the extra value to be sent to the shader. | |
| <syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
| − | + | Particles:setParticleExtra(i,extra) | |
| − | </ | + | </syntaxhighlight> | 
| − | ===  | + | |
| − | '''i''': (number)  | + | === Parameters === | 
| − | '''extra''': (number)  | + | '''i''': (number) index of particle<br/> | 
| + | '''extra''': (number) extra value for this particle<br/> | ||
| {{Particles}} | {{Particles}} | ||
Latest revision as of 20:54, 21 September 2023
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:setMinimumSize
- Particles:setParticleAcceleration
- Particles:setParticleAngle
- Particles:setParticleColor
- Particles:setParticleDecay
- Particles:setParticleExtra
- Particles:setParticlePosition
- Particles:setParticleSize
- Particles:setParticleSpeed
- Particles:setParticleTag
- Particles:setParticleTtl
- Particles:setPaused
- Particles:setTexture
