Open Dev Kit Documentation :: GUI :: Render Context :: Draw Path
GUI.RenderContext.DrawPath( Points 2D Vector Array, Color Color, Segmented Boolean )Draws a path defined by an array of points within the render context, optionally segmented
Parameters
- Points 2D Vector Array
- Points defining 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
