Event.BEGIN CONTACT PARTICLE

From GiderosMobile
Revision as of 00:08, 23 April 2022 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6
Value: beginContactParticle
Defined by: b2.World

Description

Fires when a collision begins between particles within a ParticleSystem.

Parameters

fixture: (b2.Fixture) the fixture which is colliding
index: (number) the index number of the particle colliding
system: (ParticleSystem) the ParticleSystem involved in the collision





LiquidFun