public static class PhysicsCollisionEvent
extends java.lang.Object
A CollisionEvent stores all information about a collision in the PhysicsWorld.
Do not store this Object, as it will be reused after the collision() method has been called.
Get/reference all data you need in the collide method.
- See Also:
- Serialized Form