Allow extensions relying on the 3D physics to customize its behavior a bit.

interface Physics3DHook {
    doBeforePhysicsStep(timeDelta): void;
}

Implemented by

Methods