Particles:removeParticles

From GiderosMobile
Revision as of 10:59, 3 September 2018 by Hgy29 (talk | contribs)


Available since: Gideros 2016.06
Class: Particles

Description

Remove particles by index in table or as arguments

remove all particles particles:removeParticles()

or remove specific partilces:

particles:removeParticles({1,2,3})

or

particles:removeParticles(1,2,3)

 Particles:removeParticles(particle indeces)

Parameters

particle indeces: (table or arguments) table or arguments of indexes to remove