BoxSpecification :: struct
| sprite | :: Sprite | |
| is_whole_box optional | :: boolean | Whether this is a complete box or just the top left corner. [...] |
Whether this is a complete box or just the top left corner. [...] | ||
| side_length optional | :: double | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
| side_height optional | :: double | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
| max_side_length optional | :: double | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
Properties
sprite :: Sprite
is_whole_box :: boolean optional 
side_length :: double optional 
side_height :: double optional 
max_side_length :: double optional 
Type used in
- CursorBoxSpecification::regular
- CursorBoxSpecification::multiplayer_selection
- CursorBoxSpecification::not_allowed
- CursorBoxSpecification::copy
- CursorBoxSpecification::electricity
- CursorBoxSpecification::logistics
- CursorBoxSpecification::pair
- CursorBoxSpecification::train_visualization
- CursorBoxSpecification::blueprint_snap_rectangle
- CursorBoxSpecification::spidertron_remote_selected
- CursorBoxSpecification::spidertron_remote_to_be_selected

