CollisionEvent

Stores the data regarding a sprite collision.

Constructors

this
this(int sourceA, int sourceB)
Undocumented in source.

Members

Variables

sourceA
int sourceA;
Undocumented in source.
sourceB
int sourceB;

A = object that called the detection.

Meta