@box2d/debug-draw
Version:
Debug drawing helper for @box2d
11 lines • 705 B
TypeScript
import { b2Draw } from "./b2_draw";
import { b2Body } from "../dynamics/b2_body";
import { b2World } from "../dynamics/b2_world";
import { b2AABB } from "../collision/b2_collision";
export declare function GetShapeColor(b: b2Body): import("./b2_draw").b2Color;
export declare function DrawShapes(draw: b2Draw, world: b2World, within?: b2AABB): void;
export declare function DrawJoints(draw: b2Draw, world: b2World): void;
export declare function DrawPairs(draw: b2Draw, world: b2World): void;
export declare function DrawAABBs(draw: b2Draw, world: b2World, within?: b2AABB): void;
export declare function DrawCenterOfMasses(draw: b2Draw, world: b2World): void;
//# sourceMappingURL=b2_draw_helper.d.ts.map