Table of Contents

Enum CubeMapFace

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Defines the faces in a cube map for the TextureCube class.

public enum CubeMapFace

Fields

NegativeX = 1

Negative X face in the cube map.

NegativeY = 3

Negative Y face in the cube map.

NegativeZ = 5

Negative Z face in the cube map.

PositiveX = 0

Positive X face in the cube map.

PositiveY = 2

Positive Y face in the cube map.

PositiveZ = 4

Positive Z face in the cube map.