Difference between revisions of "Particles:setParticlePosition"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === set position of particle <source lang="lua"> = Particles:setParticlePosition(ixy,) </source> '''i:'''...") |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2016.06<br/> | '''Available since:''' Gideros 2016.06<br/> | ||
+ | '''Class:''' [[Particles]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Sets the position of a particle. | |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | Particles:setParticlePosition(i,x,y,z) | |
− | </ | + | </syntaxhighlight> |
− | '''i | + | |
− | '''x | + | === Parameters === |
− | '''y | + | '''i''': (number) index of particle<br/> |
+ | '''x''': (number) x position<br/> | ||
+ | '''y''': (number) y position<br/> | ||
+ | '''z''': (number) z position (Since Gideros 2022.5)<br/> | ||
+ | |||
+ | {{Particles}} |
Latest revision as of 20:55, 21 September 2023
Available since: Gideros 2016.06
Class: Particles
Description
Sets the position of a particle.
Particles:setParticlePosition(i,x,y,z)
Parameters
i: (number) index of particle
x: (number) x position
y: (number) y position
z: (number) z position (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