CubeMapFaceΒΆ

enum CubeMapFace : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Defines the faces in a cube map for the T:Microsoft.Xna.Framework.Graphics.TextureCube class.

CubeMapFace PositiveX

Positive X face in the cube map.

CubeMapFace NegativeX

Negative X face in the cube map.

CubeMapFace PositiveY

Positive Y face in the cube map.

CubeMapFace NegativeY

Negative Y face in the cube map.

CubeMapFace PositiveZ

Positive Z face in the cube map.

CubeMapFace NegativeZ

Negative Z face in the cube map.