Difference between revisions of "Particles:setPaused"
From GiderosMobile
Line 10: | Line 10: | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''paused''': (boolean) <translate>true to pause the particle system, false to resume</translate> <br/> | '''paused''': (boolean) <translate>true to pause the particle system, false to resume</translate> <br/> | ||
+ | |||
+ | {{Particles}} |
Revision as of 22:24, 3 December 2019
Available since: in development
Class: Particles
Description
Pause or resume this particle system
Particles:setPaused(paused)
Parameters
paused: (boolean) true to pause the particle system, false to resume
- 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