Difference between revisions of "B2.ParticleSystem:destroyParticle"
From GiderosMobile
| Line 6: | Line 6: | ||
b2.ParticleSystem:destroyParticle(id) | b2.ParticleSystem:destroyParticle(id) | ||
</source> | </source> | ||
| − | '''id''': (number) id of particle to destroy | + | === Parameters === |
| + | '''id''': (number) id of particle to destroy <br/> | ||
Revision as of 10:45, 23 August 2018
Available since: Gideros 2015.06.30
Description
Destroy particle by Id
b2.ParticleSystem:destroyParticle(id)
Parameters
id: (number) id of particle to destroy