Difference between revisions of "Particles.new"
From GiderosMobile
Line 10: | Line 10: | ||
=== Parameters === | === Parameters === | ||
− | '''is3d''': (boolean) whether this particle set should be rendered in 3D | + | '''is3d''': (boolean) whether this particle set should be rendered in 3D</br> |
− | '''autoSort''': (boolean) whether this particle set should be sorted back to front for 3D rendering | + | '''autoSort''': (boolean) whether this particle set should be sorted back to front for 3D rendering</br> |
{{Particles}} | {{Particles}} |
Revision as of 13:48, 25 April 2022
Available since: Gideros 2016.06
Class: Particles
Description
Creates a new particles group.
Particles.new([is3d],[autoSort])
Parameters
is3d: (boolean) whether this particle set should be rendered in 3D
autoSort: (boolean) whether this particle set should be sorted back to front for 3D rendering
- 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