RigsofRods
Soft-body Physics Simulation
|
#include <ODefFileFormat.h>
Data Fields | |
std::string | font_name |
int | font_size = 0 |
int | font_dpi = 0 |
std::string | text |
char | option = '\0' |
float | x =0 |
float | y =0 |
float | w =0 |
float | h =0 |
float | a =0 |
float | r =0 |
float | g =0 |
float | b =0 |
Definition at line 88 of file ODefFileFormat.h.
float RoR::ODefTexPrint::a =0 |
Definition at line 97 of file ODefFileFormat.h.
float RoR::ODefTexPrint::b =0 |
Definition at line 97 of file ODefFileFormat.h.
int RoR::ODefTexPrint::font_dpi = 0 |
Definition at line 92 of file ODefFileFormat.h.
std::string RoR::ODefTexPrint::font_name |
Definition at line 90 of file ODefFileFormat.h.
int RoR::ODefTexPrint::font_size = 0 |
Definition at line 91 of file ODefFileFormat.h.
float RoR::ODefTexPrint::g =0 |
Definition at line 97 of file ODefFileFormat.h.
float RoR::ODefTexPrint::h =0 |
Definition at line 96 of file ODefFileFormat.h.
char RoR::ODefTexPrint::option = '\0' |
Definition at line 94 of file ODefFileFormat.h.
float RoR::ODefTexPrint::r =0 |
Definition at line 97 of file ODefFileFormat.h.
std::string RoR::ODefTexPrint::text |
Definition at line 93 of file ODefFileFormat.h.
float RoR::ODefTexPrint::w =0 |
Definition at line 96 of file ODefFileFormat.h.
float RoR::ODefTexPrint::x =0 |
Definition at line 96 of file ODefFileFormat.h.
float RoR::ODefTexPrint::y =0 |
Definition at line 96 of file ODefFileFormat.h.