Difference between revisions of "Particles:getParticleSize"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === get size of particle in pixels <source lang="lua"> (number), = Particles:getParticleSize(i,) </source...") |
|||
(9 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 === | ||
− | + | Gets the size of particle in pixels. | |
− | < | + | <syntaxhighlight lang="lua"> |
− | (number) | + | (number) = Particles:getParticleSize(i) |
− | </ | + | </syntaxhighlight> |
− | '''i | + | |
+ | === Parameters === | ||
+ | '''i''': (number) index of particle<br/> | ||
+ | |||
+ | === Return values === | ||
'''Returns''' (number) size in pixels<br/> | '''Returns''' (number) size in pixels<br/> | ||
+ | |||
+ | {{Particles}} |
Latest revision as of 20:38, 21 September 2023
Available since: Gideros 2016.06
Class: Particles
Description
Gets the size of particle in pixels.
(number) = Particles:getParticleSize(i)
Parameters
i: (number) index of particle
Return values
Returns (number) size in pixels
- 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