Difference between revisions of "Event.BEGIN CONTACT PARTICLE"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Fires when a collision begins between particles within a ParticleSystem") |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
| + | '''Value:''' beginContactParticle<br/> | ||
=== Description === | === Description === | ||
Fires when a collision begins between particles within a ParticleSystem | Fires when a collision begins between particles within a ParticleSystem | ||
| + | === Parameters === | ||
| + | '''fixture''': (b2.Fixture) The fixture which is colliding<br/> | ||
| + | '''index''': (number) The index number of the particle colliding<br/> | ||
| + | '''system''': (ParticleSystem) The ParticleSystem involved in the collision<br/> | ||
Revision as of 10:37, 23 August 2018
Available since: Gideros 2011.6
Value: beginContactParticle
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