Difference between revisions of "Event.END CONTACT"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | '''Value:''' endContact<br/> | + | '''<translate>Value</translate>:''' endContact<br/> |
− | === | + | === <translate>Descriptio</translate>n === |
<translate>This event is dispatched when collision is ended and objects have been separated.</translate> | <translate>This event is dispatched when collision is ended and objects have been separated.</translate> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''contact''': (b2.Contact) <translate>Contains instance of [[Special:MyLanguage/b2.Contact|b2.Contact]] holding information about this collision</translate><br/> | '''contact''': (b2.Contact) <translate>Contains instance of [[Special:MyLanguage/b2.Contact|b2.Contact]] holding information about this collision</translate><br/> | ||
'''fixtureA''': (b2.Fixture) <translate>Contains instance of [[Special:MyLanguage/b2.Fixture|b2.Fixture]] of first colliding body</translate><br/> | '''fixtureA''': (b2.Fixture) <translate>Contains instance of [[Special:MyLanguage/b2.Fixture|b2.Fixture]] of first colliding body</translate><br/> | ||
'''fixtureB''': (b2.Fixture) <translate>Contains instance of [[Special:MyLanguage/b2.Fixture|b2.Fixture]] of second colliding body</translate><br/> | '''fixtureB''': (b2.Fixture) <translate>Contains instance of [[Special:MyLanguage/b2.Fixture|b2.Fixture]] of second colliding body</translate><br/> |
Revision as of 07:28, 24 August 2018
Available since: Gideros 2011.6
Value: endContact
Description
This event is dispatched when collision is ended and objects have been separated.
Parameters
contact: (b2.Contact) Contains instance of b2.Contact holding information about this collision
fixtureA: (b2.Fixture) Contains instance of b2.Fixture of first colliding body
fixtureB: (b2.Fixture) Contains instance of b2.Fixture of second colliding body