Particles

From GiderosMobile
Revision as of 15:31, 23 August 2018 by Hgy29 (talk | contribs)

Supported platforms:
Available since: Gideros 2016.06

Description

Particles sprite (alpha), which allows to draw several identical dots or bitmaps with varying colour and orientation

Methods

Particles.new Create new particles group
Particles:addParticles Add particles
Particles:clearTexture Clear texture for all particles
Particles:getParticleAngle get particle angle
Particles:getParticleColor Get color and alpha value of particle
Particles:getParticleDecay '
Particles:getParticlePosition get position of particle
Particles:getParticleSize get size of particle in pixels
Particles:getParticleSpeed Get speed of particle
Particles:getParticleTag '
Particles:getParticleTtl get initial time to live of particle
Particles:getParticles '
Particles:isPaused '
Particles:removeParticles Remove particles by index in table or as arguments
Particles:setParticleAngle set angle of particle
Particles:setParticleColor set color of particles
Particles:setParticleDecay '
Particles:setParticlePosition set position of particle
Particles:setParticleSize set size of particle
Particles:setParticleSpeed Set speed of particles
Particles:setParticleTag '
Particles:setParticleTtl set time to live
Particles:setParticlesTag '
Particles:setPaused '
Particles:setTexture Set texture to all particles

Events

Constants