Home

BoxSpecification

A cursor box, for use in UtilitySprites.

Type

struct

Properties

sprite

is_whole_box

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.

side_length

Only loaded, and mandatory if is_whole_box is true.

side_height

Only loaded, and mandatory if is_whole_box is true.

max_side_length

Only loaded, and mandatory if is_whole_box is false.