B2.ParticleSystem:createParticleGroup
From GiderosMobile
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 '