Difference between revisions of "Particles:getParticleSpeed"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2016.06<br/> | |
− | ''' | + | '''Class:''' [[Particles]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Gets the speed of a particle. | |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(number), (number), (number), (number) = Particles:getParticleSpeed(i) | (number), (number), (number), (number) = Particles:getParticleSpeed(i) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | |
− | '''i''': (number) | + | === Parameters === |
− | === | + | '''i''': (number) particle index<br/> |
− | ''' | + | |
− | ''' | + | === Return values === |
− | ''' | + | '''Returns''' (number) x speed<br/> |
− | ''' | + | '''Returns''' (number) y speed<br/> |
− | ''' | + | '''Returns''' (number) z speed(if the particle set is 3D)<br/> |
+ | '''Returns''' (number) angular velocity<br/> | ||
+ | '''Returns''' (number) growth speed<br/> | ||
{{Particles}} | {{Particles}} |
Latest revision as of 20:39, 21 September 2023
Available since: Gideros 2016.06
Class: Particles
Description
Gets the speed of a particle.
(number), (number), (number), (number) = Particles:getParticleSpeed(i)
Parameters
i: (number) particle index
Return values
Returns (number) x speed
Returns (number) y speed
Returns (number) z speed(if the particle set is 3D)
Returns (number) angular velocity
Returns (number) growth speed
- 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