Documentation

Draw 3D Polygon - Open Dev Kit Documentation

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

GUI.RenderContext.Draw3DPolygon(
  Points 3D Vector Array,
  Border Color Color,
  Fill Color Color
) 
Draws a 3D polygon defined by multiple points, with border and fill colors

Parameters

Points 3D Vector Array
3D points defining the polygon's vertices
Border Color Color
Color of the polygon's border
Fill Color Color
Color used to fill the polygon

Return Value

Nothing

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