B2.ParticleSystem:createParticleGroup

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Create group of multiple particles with same properties, that can be defined in table with: "flags" "g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

Create group of multiple particles with same properties, that can be defined in table with: "flags" "groupFlags" "position" "angle" "linearVelocity" "angularVelocity" "color" "alpha" "strength" "shape" "lifetime"

= b2.ParticleSystem:createParticleGroup(particleGoupDef,)

'particleGoupDef: (table) table with particle group data '