draw Lines
fun GuiGraphics.drawLines(points: FloatArray, argb: Int, bounds: ScreenRectangle, cull: Boolean = true)
Function to draw lines using the specified positions vectors.
Parameters
positions
The vectors representing the lines.
Function to draw lines using the specified positions vectors.
The vectors representing the lines.