VolumeAlignment

Represents how a WindowContainer of form Form.Volumetric will align.

This class provides predefined alignments via VolumeAlignment.Gravity and VolumeAlignment.Tilted.

Entries

Link copied to clipboard

The alignment mode where the WindowContainer of form Form.Volumetric will be aligned to the gravity direction, keeping its base parallel to the floor.

Link copied to clipboard

The alignment mode where the WindowContainer of form Form.Volumetric will be aligned to a tilt direction, facing the user.

Properties

Link copied to clipboard
val entries: EnumEntries<VolumeAlignment>

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

Functions

Link copied to clipboard
fun valueOf(value: String): VolumeAlignment

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
fun values(): Array<VolumeAlignment>

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