Difference between revisions of "Event.BEGIN CONTACT PARTICLE"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
'''Value:''' beginContactParticle<br/>
+
'''<translate>Value</translate>:''' beginContactParticle<br/>
=== Description ===
+
=== <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>
=== Parameters ===
+
=== <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/>

Revision as of 08:26, 24 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