Open Dev Kit Documentation :: GUI :: Render Context :: Draw Bezier
GUI.RenderContext.DrawBezier( Start 2D Vector, Control 1 2D Vector, Control 2 2D Vector, End 2D Vector, Color Color )Draws a Bezier curve using specified start, end, and control points
Parameters
- Start 2D Vector
- Starting point of the Bezier curve
- Control 1 2D Vector
- First control point defining the curvature of the Bezier curve
- Control 2 2D Vector
- Second control point that further shapes its curvature
- End 2D Vector
- Ending point of the Bezier curve
- Color Color
- Color of the Bezier curve
Return Value
- Nothing
If you think anything is missing, please feel free to: submit documentation feedback on this page
