Enum CubeMap.Side

enum Side : int { ... }

Enum members

NameDescription
sideBack Identifier for the back face of the CubeMap.
sideBottom Identifier for the bottom face of the CubeMap.
sideFront Identifier for the front face of the CubeMap.
sideLeft Identifier for the left face of the CubeMap.
sideRight Identifier for the right face of the CubeMap.
sideTop Identifier for the top face of the CubeMap.