-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Texture.CubemapFaceCubemap faces
-
-
Enum Constant Summary
Enum Constants Enum Constant Description POSITIVE_X+x face
NEGATIVE_X-x face
POSITIVE_Y+y face
NEGATIVE_Y-y face
POSITIVE_Z+z face
NEGATIVE_Z-z face
-
Method Summary
Modifier and Type Method Description static Array<Texture.CubemapFace>values()static Texture.CubemapFacevalueOf(String name)-
-
Method Detail
-
values
static Array<Texture.CubemapFace> values()
-
valueOf
static Texture.CubemapFace valueOf(String name)
-
-
-
-