B2.ParticleSystem:destroyParticle

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 === Destroy particle by Id <source lang="lua"> = b2.ParticleSystem:destroyParticle(id,) </source> '''i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2015.06.30

Description

Destroy particle by Id

= b2.ParticleSystem:destroyParticle(id,)

'id: (number) id of particle to destroy '