Documentation

Draw 3D Line - Open Dev Kit Documentation

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

GUI.RenderContext.Draw3DLine(
  Point 1 3D Vector,
  Point 2 3D Vector,
  Color Color
) 
Draws a line segment between two 3D points

Parameters

Point 1 3D Vector
Starting point of the line
Point 2 3D Vector
Ending 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