Interface OnCollisionCallbackParams

interface OnCollisionCallbackParams {
    otherObject: PhysicsObject;
    postSimulation: PhysicsObject;
}

Properties

otherObject: PhysicsObject
postSimulation: PhysicsObject

An object conatining the post simulation result