Documentation

Draw Point - Open Dev Kit Documentation

Open Dev Kit Documentation :: GUI :: Render Context :: Draw Point

GUI.RenderContext.DrawPoint(
  Point 2D Vector,
  Color Color
) 
Draws a single point at the specified location with a specified color

Parameters

Point 2D Vector
Position of the point to draw
Color Color
Color of the point

Return Value

Nothing

Lua Usage

renderContext:DrawPoint(point, color)

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