Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_command_polygon Struct Reference
Collaboration diagram for nk_command_polygon:

Data Fields

struct nk_command header
 
struct nk_color color
 
unsigned short line_thickness
 
unsigned short point_count
 
struct nk_vec2i points [1]
 

Detailed Description

Definition at line 4617 of file nuklear.h.

Field Documentation

◆ color

struct nk_color nk_command_polygon::color

Definition at line 4619 of file nuklear.h.

◆ header

struct nk_command nk_command_polygon::header

Definition at line 4618 of file nuklear.h.

◆ line_thickness

unsigned short nk_command_polygon::line_thickness

Definition at line 4620 of file nuklear.h.

◆ point_count

unsigned short nk_command_polygon::point_count

Definition at line 4621 of file nuklear.h.

◆ points

struct nk_vec2i nk_command_polygon::points[1]

Definition at line 4622 of file nuklear.h.