float x | X position of the point |
float y | Y position of the point |
Color col | Color of the point (white by default) |
Color outlineCol | Outline color of the point (black by default) |
Vector2!(float) position | position of the point |
Color col | Color of the point (white by default) |
Color outlineCol | Outline color of the point (black by default) |
bool enable | True to enable, false to disable |
bool enable | True to enable, false to disable |
float width | New width |
uint index | Index-th point |
float thickness | Line thickness |
Color col | Color used to draw the line |
float outline | Outline width (0 by default) |
Color outlineCol | Color used to draw the outline (black by default) |
float p1X | X position of the first point |
float p1Y | Y position of the first point |
float p2X | X position second point |
float p2Y | Y position second point |
Color col | Color used to fill the rectangle |
float outline | Outline width (0 by default) |
Color outlineCol | Color used to draw the outline (black by default) |
float x | X position of the center |
float y | Y position of the center |
float radius | Radius |
Color col | Color used to fill the circle |
float outline | Outline width (0 by default) |
Color outlineCol | Color used to draw the outline (black by default) |