Torque2D Reference
DebugDraw Member List

This is the complete list of members for DebugDraw, including all inherited members.

DebugDraw()DebugDrawinline
DrawAABB(const b2AABB &aabb, const ColorF &color)DebugDraw
DrawAsleep(const b2Vec2 *pOOBB, const ColorF &color)DebugDraw
DrawCircle(const b2Vec2 &center, float32 radius, const ColorF &color)DebugDraw
DrawCollisionShapes(const b2Transform &xf, b2Body *pBody)DebugDraw
DrawJoints(b2World *pWorld)DebugDraw
DrawOOBB(const b2Vec2 *pOOBB, const ColorF &color)DebugDraw
DrawPoint(const b2Vec2 &p, float32 size, const ColorF &color)DebugDraw
DrawPolygon(const b2Vec2 *vertices, int32 vertexCount, const ColorF &color)DebugDraw
DrawSegment(const b2Vec2 &p1, const b2Vec2 &p2, const ColorF &color)DebugDraw
DrawShape(b2Fixture *fixture, const b2Transform &xf, const ColorF &color)DebugDraw
DrawSolidCircle(const b2Vec2 &center, float32 radius, const b2Vec2 &axis, const ColorF &color)DebugDraw
DrawSolidPolygon(const b2Vec2 *vertices, int32 vertexCount, const ColorF &color)DebugDraw
DrawSortPoint(const b2Vec2 &worldPosition, const b2Vec2 &size, const b2Vec2 &localSortPoint)DebugDraw
DrawTransform(const b2Transform &xf)DebugDraw
~DebugDraw()DebugDrawinlinevirtual