Privacy
An open-source, flexible 3D physical simulation framework
mars::interfaces::hudElementStruct Struct Reference

#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
 

Detailed Description

Definition at line 116 of file draw_structs.h.

Member Data Documentation

◆ background_color

double mars::interfaces::hudElementStruct::background_color[4]

Definition at line 121 of file draw_structs.h.

◆ border_color

double mars::interfaces::hudElementStruct::border_color[4]

Definition at line 122 of file draw_structs.h.

◆ border_width

double mars::interfaces::hudElementStruct::border_width

Definition at line 123 of file draw_structs.h.

◆ direction

int mars::interfaces::hudElementStruct::direction

Definition at line 126 of file draw_structs.h.

◆ font_size

int mars::interfaces::hudElementStruct::font_size

Definition at line 125 of file draw_structs.h.

◆ height

int mars::interfaces::hudElementStruct::height

Definition at line 119 of file draw_structs.h.

◆ id

int mars::interfaces::hudElementStruct::id

Definition at line 117 of file draw_structs.h.

◆ padding

double mars::interfaces::hudElementStruct::padding[4]

Definition at line 124 of file draw_structs.h.

◆ posx

double mars::interfaces::hudElementStruct::posx

Definition at line 120 of file draw_structs.h.

◆ posy

double mars::interfaces::hudElementStruct::posy

Definition at line 120 of file draw_structs.h.

◆ texture_height

int mars::interfaces::hudElementStruct::texture_height

Definition at line 119 of file draw_structs.h.

◆ texture_width

int mars::interfaces::hudElementStruct::texture_width

Definition at line 119 of file draw_structs.h.

◆ type

int mars::interfaces::hudElementStruct::type

Definition at line 118 of file draw_structs.h.

◆ width

int mars::interfaces::hudElementStruct::width

Definition at line 119 of file draw_structs.h.


The documentation for this struct was generated from the following file: