Interface Collision

Description of a collision that occurred for the client app

interface Collision {
    bodyAId: number;
    bodyBId: number;
    depth: number;
}

Properties

Properties

bodyAId: number

The ID of the first body in the collision

bodyBId: number

The ID of the second body in the collision

depth: number

The penetration depth of the collision