Event.END CONTACT

From GiderosMobile
Revision as of 10:28, 24 August 2018 by Hgy29 (talk | contribs)

Available since: Gideros 2011.6
Value: endContact
Defined by: b2.World

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