A cursor box, for use in UtilitySprites.
sprite | :: Sprite | |
is_whole_box optional | :: bool | 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 |
sprite | :: Sprite | |
is_whole_box optional | :: bool | Whether this is a complete box or just the top left corner. [...] |
Whether this is a complete box or just the top left corner. [...] | ||
max_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 | ||
side_length optional | :: double | Only loaded, and mandatory if |
Only loaded, and mandatory if |
Default: false
Whether this is a complete box or just the top left corner. If this is true, side_length
and side_height
must be present. Otherwise max_side_length
must be present.
Only loaded, and mandatory if is_whole_box
is true
.
Only loaded, and mandatory if is_whole_box
is true
.
Only loaded, and mandatory if is_whole_box
is false
.