DebugDrawGenericBase(TContext context) | Box2D.DebugDrawGenericBase< TContext > | inlineprotected |
DrawBodyNames | Box2D.DebugDraw | |
DrawBounds | Box2D.DebugDraw | |
DrawCircle(Vec2 center, float radius, HexColor color, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
DrawContactFeatures | Box2D.DebugDraw | |
DrawContactImpulses | Box2D.DebugDraw | |
DrawContactNormals | Box2D.DebugDraw | |
DrawContacts | Box2D.DebugDraw | |
DrawFrictionImpulses | Box2D.DebugDraw | |
DrawGraphColors | Box2D.DebugDraw | |
DrawingBounds | Box2D.DebugDraw | |
DrawIslands | Box2D.DebugDraw | |
DrawJointExtras | Box2D.DebugDraw | |
DrawJoints | Box2D.DebugDraw | |
DrawMass | Box2D.DebugDraw | |
DrawPoint(Vec2 p, float size, HexColor color, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
DrawPolygon(ReadOnlySpan< Vec2 > vertices, HexColor color, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
DrawSegment(Vec2 p1, Vec2 p2, HexColor color, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
DrawShapes | Box2D.DebugDraw | |
DrawSolidCapsule(Vec2 center1, Vec2 center2, float radius, HexColor color, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
DrawSolidCircle(Transform transform, float radius, HexColor color, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
DrawSolidPolygon(Transform transform, ReadOnlySpan< Vec2 > vertices, float radius, HexColor color, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
DrawString(Vec2 p, string? s, HexColor color, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
DrawTransform(Transform transform, TContext context) | Box2D.DebugDrawGenericBase< TContext > | protected |
UseDrawingBounds | Box2D.DebugDraw | |