public static enum Type.CubemapFace extends Enum<Type.CubemapFace>
Enum Constant and Description |
---|
NEGATIVE_X |
NEGATIVE_Y |
NEGATIVE_Z |
POSITIVE_X |
POSITIVE_Y |
POSITIVE_Z |
POSITVE_X
Deprecated.
|
POSITVE_Y
Deprecated.
|
POSITVE_Z
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Type.CubemapFace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type.CubemapFace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type.CubemapFace POSITIVE_X
public static final Type.CubemapFace NEGATIVE_X
public static final Type.CubemapFace POSITIVE_Y
public static final Type.CubemapFace NEGATIVE_Y
public static final Type.CubemapFace POSITIVE_Z
public static final Type.CubemapFace NEGATIVE_Z
@Deprecated public static final Type.CubemapFace POSITVE_X
@Deprecated public static final Type.CubemapFace POSITVE_Y
@Deprecated public static final Type.CubemapFace POSITVE_Z
public static Type.CubemapFace[] values()
for (Type.CubemapFace c : Type.CubemapFace.values()) System.out.println(c);
public static Type.CubemapFace valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null