Documentation

Draw 3D Path - Open Dev Kit Documentation

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

GUI.RenderContext.Draw3DPath(
  Points 3D Vector Array,
  Color Color,
  Segmented Boolean
) 
Draws a 3D path connecting multiple points in space, optionally segmented

Parameters

Points 3D Vector Array
3D points that form the path
Color Color
Color of the path
Segmented Boolean
If true, each pair of points is treated as a separate segment rather than a continuous line

Return Value

Nothing

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