Difference between revisions of "Particles:setParticlePosition"
From GiderosMobile
Line 12: | Line 12: | ||
'''x''': (number) <translate>x position</translate> <br/> | '''x''': (number) <translate>x position</translate> <br/> | ||
'''y''': (number) <translate>y position</translate> <br/> | '''y''': (number) <translate>y position</translate> <br/> | ||
+ | |||
+ | {{Particles}} |
Revision as of 22:22, 3 December 2019
Available since: Gideros 2016.06
Class: Particles
Description
set position of particle
Particles:setParticlePosition(i,x,y)
Parameters
i: (number) index of particle
x: (number) x position
y: (number) y position
- 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