|
| enum | BackgroundColor { BLUE,
BLACK
} |
| |
| enum | GridFineModifier { CTRL,
ALT
} |
| |
|
|
void | load_from_json (const json &j) |
| |
|
json | serialize () const |
| |
|
|
BackgroundColor | background_color = BackgroundColor::BLUE |
| |
|
Grid::Style | grid_style = Grid::Style::CROSS |
| |
|
float | grid_opacity = .5 |
| |
|
float | highlight_dim = .3 |
| |
|
float | highlight_shadow = .3 |
| |
|
float | highlight_lighten = .3 |
| |
|
unsigned int | msaa = 0 |
| |
|
GridFineModifier | grid_fine_modifier = GridFineModifier::ALT |
| |
The documentation for this class was generated from the following files: