-
-
Notifications
You must be signed in to change notification settings - Fork 18
draw_point_color
Vašek edited this page Jan 20, 2019
·
1 revision
Draw colored point
draw_point_color(pos, col)
Argument | Description |
---|---|
Vector2 pos |
Position |
Color col |
Color |
Returns: void
This function draws a colored point.
draw_point_color(Position, Color.Red);
Above code will draw Red point in object X, Y position.
Back to Shapes