ViewPoint

enum ViewPoint : Enum<ViewPoint>

The ViewPoint enum.

Entries

Link copied to clipboard

The front of volume. Corresponding value is 0.

Link copied to clipboard

The right of volume. Corresponding value is 1.

Link copied to clipboard

The back of volume. Corresponding value is 2.

Link copied to clipboard

The left of volume. Corresponding value is 3.

Types

Link copied to clipboard
object Companion

Holds helpful values about ViewPoint.

Properties

Link copied to clipboard
val entries: EnumEntries<ViewPoint>

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

Link copied to clipboard
val value: Int

The value of the ViewPoint.

Functions

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

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<ViewPoint>

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