MTSpacePreset

@Serializable
enum MTSpacePreset : Enum<MTSpacePreset>

Predefined space cubemap presets.

Entries

@SerialName(value = "space")
SPACE

Dark blue background; stars stay white. Space color changes background color.

@SerialName(value = "stars")
STARS

Black background; space color changes stars color.

@SerialName(value = "milkyway")
MILKYWAY

Black half‑transparent background with standard milky way and stars.

@SerialName(value = "milkyway-subtle")
MILKYWAY_SUBTLE

Subtle milky way, fewer stars.

@SerialName(value = "milkyway-bright")
MILKYWAY_BRIGHT

Bright milky way, more stars.

@SerialName(value = "milkyway-colored")
MILKYWAY_COLORED

Full image with natural colors; space color has no effect.

Properties

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

Functions

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.)

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