player_graphics2d_cmd_multiline Struct Reference
Command: Draw multiple lines (PLAYER_GRAPHICS2D_CMD_MULTILINE) Draw a set of lines. More...
#include <player_interfaces.h>
Collaboration diagram for player_graphics2d_cmd_multiline:

Detailed Description
Command: Draw multiple lines (PLAYER_GRAPHICS2D_CMD_MULTILINE) Draw a set of lines.
End points of lines are at points[2n] and points[2n+1] where 2n+1<count
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. | |
Member Data Documentation
Color in which the line should be drawn.
Array of points to be joined by lines.
Number of points in this packet.
The documentation for this struct was generated from the following file:

