CubemapSide

enum CubemapSide : Enum<CubemapSide>

Cubemap texture side.

Entries

NEAR
Link copied to clipboard

Near side of the cube or negative Z coordinate.

FAR
Link copied to clipboard
FAR()

Far side of the cube or positive Z coordinate.

BOTTOM
Link copied to clipboard

Bottom side of the cube or negative Y coordinate.

TOP
Link copied to clipboard
TOP()

Top side of the cube or positive Y coordinate.

LEFT
Link copied to clipboard

Left side of the cube or negative X coordinate.

RIGHT
Link copied to clipboard

Right side of the cube or positive X coordinate.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int