collideEventName property

String collideEventName
getter/setter pair

Dispatched after two bodies collide. This event is dispatched on each of the two bodies involved in the collision.; @event collide; @param body The body that was involved in the collision.; @param contact The details of the collision.;

Implementation

static String collideEventName = 'collide';