CubemapSide

enum CubemapSide : Enum<CubemapSide>

Cubemap texture side.

Entries

Link copied to clipboard

Right side of the cube or positive X coordinate.

Link copied to clipboard

Left side of the cube or negative X coordinate.

Link copied to clipboard

Top side of the cube or positive Y coordinate.

Link copied to clipboard

Bottom side of the cube or negative Y coordinate.

Link copied to clipboard

Far side of the cube or positive Z coordinate.

Link copied to clipboard

Near side of the cube or negative Z coordinate.

Properties

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