Difference between revisions of "Event.BEGIN CONTACT PARTICLE"
From GiderosMobile
Line 2: | Line 2: | ||
'''<translate>Available since</translate>:''' Gideros 2011.6<br/> | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> | ||
'''<translate>Value</translate>:''' beginContactParticle<br/> | '''<translate>Value</translate>:''' beginContactParticle<br/> | ||
+ | '''<translate>Defined by</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/> | ||
=== <translate>Descriptio</translate>n === | === <translate>Descriptio</translate>n === | ||
<translate>Fires when a collision begins between particles within a ParticleSystem</translate> | <translate>Fires when a collision begins between particles within a ParticleSystem</translate> |
Revision as of 09:27, 24 August 2018
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