B2.ParticleSystem:createParticle

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2015.06.30<br/> === Description === Creates new particle. Accepts table with possible keys: "flags", "position", "velocity", "color"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2015.06.30

Description

Creates new particle. Accepts table with possible keys: "flags", "position", "velocity", "color", "alpha"

and returns particle id

(number), = b2.ParticleSystem:createParticle(particleDef,)

'particleDef: (table) table with particle data '
Returns (number) particle id