Command: Draw polyline (PLAYER_GRAPHICS2D_CMD_POLYLINE) Draw a series of straight line segments between a set of points. More...
#include <player_interfaces.h>
Public Attributes | |
| uint32_t | points_count |
| Number of points in this packet. | |
| player_point_2d_t * | points |
| Array of points to be joined by lines. | |
| player_color_t | color |
| Color in which the line should be drawn. | |
Command: Draw polyline (PLAYER_GRAPHICS2D_CMD_POLYLINE) Draw a series of straight line segments between a set of points.
Color in which the line should be drawn.
Array of points to be joined by lines.
Number of points in this packet.