public static enum CubemapUtils.CubemapFaces extends java.lang.Enum<CubemapUtils.CubemapFaces>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
value |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static java.util.stream.Stream<CubemapUtils.CubemapFaces> |
stream() |
static CubemapUtils.CubemapFaces |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CubemapUtils.CubemapFaces[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CubemapUtils.CubemapFaces FRONT
public static final CubemapUtils.CubemapFaces RIGHT
public static final CubemapUtils.CubemapFaces BACK
public static final CubemapUtils.CubemapFaces LEFT
public static final CubemapUtils.CubemapFaces UP
public static final CubemapUtils.CubemapFaces DOWN
private final java.lang.String value
public static CubemapUtils.CubemapFaces[] values()
for (CubemapUtils.CubemapFaces c : CubemapUtils.CubemapFaces.values()) System.out.println(c);
public static CubemapUtils.CubemapFaces valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.util.stream.Stream<CubemapUtils.CubemapFaces> stream()
public java.lang.String getValue()