LM_Graphics:AddLine(end1, end2)

Version added: before 9.5
Add a line segment to the current enclosed shape

Arguments:

Name Type Description Default Ver
end1 Vector2 First endpoint of the line segment < 9.5
end2 Vector2 Second endpoint of the line segment < 9.5

Return value:

void none
Add a line segment to the current enclosed shape. All the line segments you add should form the outer boundary of the shape.
<< Back to LM_Graphics