![]() |
An open-source, flexible 3D physical simulation framework
|
#include <draw_structs.h>
Public Attributes | |
int | id |
int | type |
int | width |
int | height |
int | texture_width |
int | texture_height |
double | posx |
double | posy |
double | background_color [4] |
double | border_color [4] |
double | border_width |
double | padding [4] |
int | font_size |
int | direction |
Definition at line 116 of file draw_structs.h.
double mars::interfaces::hudElementStruct::background_color[4] |
Definition at line 121 of file draw_structs.h.
double mars::interfaces::hudElementStruct::border_color[4] |
Definition at line 122 of file draw_structs.h.
double mars::interfaces::hudElementStruct::border_width |
Definition at line 123 of file draw_structs.h.
int mars::interfaces::hudElementStruct::direction |
Definition at line 126 of file draw_structs.h.
int mars::interfaces::hudElementStruct::font_size |
Definition at line 125 of file draw_structs.h.
int mars::interfaces::hudElementStruct::height |
Definition at line 119 of file draw_structs.h.
int mars::interfaces::hudElementStruct::id |
Definition at line 117 of file draw_structs.h.
double mars::interfaces::hudElementStruct::padding[4] |
Definition at line 124 of file draw_structs.h.
double mars::interfaces::hudElementStruct::posx |
Definition at line 120 of file draw_structs.h.
double mars::interfaces::hudElementStruct::posy |
Definition at line 120 of file draw_structs.h.
int mars::interfaces::hudElementStruct::texture_height |
Definition at line 119 of file draw_structs.h.
int mars::interfaces::hudElementStruct::texture_width |
Definition at line 119 of file draw_structs.h.
int mars::interfaces::hudElementStruct::type |
Definition at line 118 of file draw_structs.h.
int mars::interfaces::hudElementStruct::width |
Definition at line 119 of file draw_structs.h.