Difference between revisions of "Event.BEGIN CONTACT PARTICLE"
From GiderosMobile
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
'''Value:''' beginContactParticle<br/> | '''Value:''' beginContactParticle<br/> | ||
+ | '''Defined by:''' [[b2.World]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | Fires when a collision begins between particles within a ParticleSystem | + | Fires when a collision begins between particles within a ParticleSystem. |
+ | |||
=== Parameters === | === Parameters === | ||
− | '''fixture''': (b2.Fixture) | + | '''fixture''': (b2.Fixture) the fixture which is colliding<br/> |
− | '''index''': (number) | + | '''index''': (number) the index number of the particle colliding<br/> |
− | '''system''': (ParticleSystem) | + | '''system''': (ParticleSystem) the ParticleSystem involved in the collision<br/> |
+ | |||
+ | {{B2.World}} |
Latest revision as of 23:08, 22 April 2022
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