PhysicsCollisionEndEventΒΆ

class PhysicsCollisionEndEvent : Protogame.PhysicsEvent

An event that signals that two rigid bodies have stopped colliding in the game.

readonly RigidBody Body1

The first body involved in the collision.

readonly RigidBody Body2

The second body involved in the collision.

readonly System.Object Owner1

The owner of the first body.

readonly System.Object Owner2

The owner of the second body.