DebugDraw::Drawing
Public Functions
Name | |
---|---|
void | DrawLine(Vector3 pointA, Vector3 pointB, Color color, float width, float screenHeight, bool antiAlias =true) |
void | DrawLine(Vector2 pointA, Vector2 pointB, Color color, float width, bool antiAlias) |
Public Functions Documentation
function DrawLine
static void DrawLine(
Vector3 pointA,
Vector3 pointB,
Color color,
float width,
float screenHeight,
bool antiAlias =true
)
function DrawLine
static void DrawLine(
Vector2 pointA,
Vector2 pointB,
Color color,
float width,
bool antiAlias
)