Difference between revisions of "Particles:getParticleAcceleration"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2022.5<br/> | |
− | ''' | + | '''Class:''' [[Particles]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Gets acceleration values for the given particle. | |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
(vector), (number), (number), (number) = Particles:getParticleAcceleration(i) | (vector), (number), (number), (number) = Particles:getParticleAcceleration(i) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | |
− | '''i''': (number) | + | === Parameters === |
− | === | + | '''i''': (number) particle index<br/> |
− | ''' | + | |
− | ''' | + | === Return values === |
− | ''' | + | '''Returns''' (vector) acceleration<br/> |
− | ''' | + | '''Returns''' (number) alpha acceleration<br/> |
+ | '''Returns''' (number) growth acceleration<br/> | ||
+ | '''Returns''' (number) angular acceleration<br/> | ||
{{Particles}} | {{Particles}} |
Latest revision as of 20:33, 21 September 2023
Available since: Gideros 2022.5
Class: Particles
Description
Gets acceleration values for the given particle.
(vector), (number), (number), (number) = Particles:getParticleAcceleration(i)
Parameters
i: (number) particle index
Return values
Returns (vector) acceleration
Returns (number) alpha acceleration
Returns (number) growth acceleration
Returns (number) angular acceleration
- 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