Difference between revisions of "Event.BEGIN CONTACT PARTICLE"
From GiderosMobile
Line 4: | Line 4: | ||
'''<translate>Value</translate>:''' beginContactParticle<br/> | '''<translate>Value</translate>:''' beginContactParticle<br/> | ||
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/> | '''<translate>Defined by</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/> | ||
+ | |||
=== <translate>Descriptio</translate>n === | === <translate>Descriptio</translate>n === | ||
− | + | Fires when a collision begins between particles within a ParticleSystem. | |
+ | |||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''fixture''': (b2.Fixture) <translate>The fixture which is colliding</translate><br/> | '''fixture''': (b2.Fixture) <translate>The fixture which is colliding</translate><br/> | ||
'''index''': (number) <translate>The index number of the particle colliding</translate><br/> | '''index''': (number) <translate>The index number of the particle colliding</translate><br/> | ||
'''system''': (ParticleSystem) <translate>The ParticleSystem involved in the collision</translate><br/> | '''system''': (ParticleSystem) <translate>The ParticleSystem involved in the collision</translate><br/> | ||
+ | |||
+ | {{B2.World}} |
Revision as of 16:31, 18 February 2020
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