Enum CubeFace

CubeFace enumeration

Each face of the cube map texture

public enum CubeFace

Values

NameValueDescription
PositiveX0The +X face
NegativeX1The -X face
PositiveY2The +Y face
NegativeY3The -Y face
PositiveZ4The +Z face
NegativeZ5The -Z face

See Also