Type alias WorldEventMap

WorldEventMap: {
    addBody: AddBodyEvent;
    addSpring: AddSpringEvent;
    beginContact: BeginContactEvent;
    endContact: EndContactEvent;
    impact: ImpactEvent;
    postBroadphase: PostBroadphaseEvent;
    postStep: PostStepEvent;
    preSolve: PreSolveEvent;
    removeBody: RemoveBodyEvent;
    removeSpring: RemoveSpringEvent;
}

Type declaration