Difference between revisions of "B2.ParticleSystem:createParticleGroup"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' Gideros 2011.6<br/> | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/b2.ParticleSystem|b2.ParticleSystem]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Create group of multiple particles with same properties, that can be defined in table with: | <translate>Create group of multiple particles with same properties, that can be defined in table with: |
Revision as of 09:27, 24 August 2018
Available since: Gideros 2011.6
Class: b2.ParticleSystem
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)
Parameters
particleGoupDef: (table) table with particle group data