Difference between revisions of "Particles:scaleParticles"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")  | 
				|||
| Line 5: | Line 5: | ||
=== <translate>Description</translate> ===  | === <translate>Description</translate> ===  | ||
<translate>Scale all particles</translate>  | <translate>Scale all particles</translate>  | ||
| − | <  | + | <syntaxhighlight lang="lua">  | 
  Particles:scaleParticles(scale,absolute)  |   Particles:scaleParticles(scale,absolute)  | ||
</source>  | </source>  | ||
Revision as of 14:30, 13 July 2023
Available since: Gideros 2019.4
Class: Particles
Description
Scale all particles <syntaxhighlight lang="lua">
Particles:scaleParticles(scale,absolute)
</source>
Parameters
scale: (number) The scale factor to apply to all particles 
absolute: (boolean) If true, scale is an absolute size instead 
- 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:setMinimumSize
 - Particles:setParticleAcceleration
 - Particles:setParticleAngle
 - Particles:setParticleColor
 - Particles:setParticleDecay
 - Particles:setParticleExtra
 - Particles:setParticlePosition
 - Particles:setParticleSize
 - Particles:setParticleSpeed
 - Particles:setParticleTag
 - Particles:setParticleTtl
 - Particles:setPaused
 - Particles:setTexture