Enum CubeMapFace
Defines the faces of a cube map for Cube Texture.
public enum CubeMapFace
Fields
NegativeX = 1
Negative x-face of the cube map.
NegativeY = 3
Negative y-face of the cube map.
NegativeZ = 5
Negative z-face of the cube map.
PositiveX = 0
Positive x-face of the cube map.
PositiveY = 2
Positive y-face of the cube map.
PositiveZ = 4
Positive z-face of the cube map.