Documentation

Draw Line - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Render Context :: Draw Line

GUI.RenderContext.DrawLine(
  Point 1 2D Vector,
  Point 2 2D Vector,
  Color Color
) 
Draws a line between two points within the render context

Parameters

Point 1 2D Vector
Start point of the line
Point 2 2D Vector
End point of the line
Color Color
Color of the line

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page