Enum CubeMapFace
Defines the faces in a cube map for the TextureCube class.
public enum CubeMapFace
Fields
NegativeX = 1Negative X face in the cube map.
NegativeY = 3Negative Y face in the cube map.
NegativeZ = 5Negative Z face in the cube map.
PositiveX = 0Positive X face in the cube map.
PositiveY = 2Positive Y face in the cube map.
PositiveZ = 4Positive Z face in the cube map.