Difference between revisions of "Event.BEGIN CONTACT PARTICLE"

From GiderosMobile
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Value:''' beginContactParticle<br/>
'''<translate>Value</translate>:''' beginContactParticle<br/>
+
'''Defined by:''' [[b2.World]]<br/>
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/b2.World|b2.World]]<br/>
 
  
=== <translate>Descriptio</translate>n ===
+
=== Description ===
 
Fires when a collision begins between particles within a ParticleSystem.
 
Fires when a collision begins between particles within a ParticleSystem.
  
=== <translate>Parameters</translate> ===
+
=== Parameters ===
'''fixture''': (b2.Fixture) <translate>The fixture which is colliding</translate><br/>
+
'''fixture''': (b2.Fixture) the fixture which is colliding<br/>
'''index''': (number) <translate>The index number of the particle colliding</translate><br/>
+
'''index''': (number) the index number of the particle colliding<br/>
'''system''': (ParticleSystem) <translate>The ParticleSystem involved in the collision</translate><br/>
+
'''system''': (ParticleSystem) the ParticleSystem involved in the collision<br/>
  
 
{{B2.World}}
 
{{B2.World}}

Latest revision as of 00:08, 23 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





LiquidFun