StorageStyle

How a StorageLayoutElement arranges the entities currently delaying in it (8K.4). A storage is unordered, so position carries no rank. PROGRESS_BELT drifts each entity from entry to exit as its delay elapses (needs a known duration; falls back to PACKED_REGION otherwise); PACKED_REGION grid-packs into a box; LINE is queue-like along the growth angle; PILE is a jittered cluster; COUNT is an aggregate badge.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.