Skip to content

draw_point_color

Vašek edited this page Jan 20, 2019 · 1 revision

draw_point_color

Draw colored point

Syntax:

draw_point_color(pos, col)
Argument Description
Vector2 pos Position
Color col Color

Returns: void

Description:

This function draws a colored point.

Example:

draw_point_color(Position, Color.Red);

Above code will draw Red point in object X, Y position.

Back to Shapes

Clone this wiki locally