CubemapSide

enum CubemapSide : Enum<CubemapSide>

Cubemap texture side.

Entries

RIGHT
Link copied to clipboard
common
Right side of the cube or positive X coordinate.
LEFT
Link copied to clipboard
common
Left side of the cube or negative X coordinate.
TOP
Link copied to clipboard
common
TOP()
Top side of the cube or positive Y coordinate.
BOTTOM
Link copied to clipboard
common
Bottom side of the cube or negative Y coordinate.
FAR
Link copied to clipboard
common
FAR()
Far side of the cube or positive Z coordinate.
NEAR
Link copied to clipboard
common
Near side of the cube or negative Z coordinate.

Properties

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