Summary: Enums | Methods | Inherited Methods
public
static
final
enum
Type.CubemapFace
extends Enum<Type.CubemapFace>
Summary
Enum values | |
|---|---|
Type.CubemapFace |
NEGATIVE_X
|
Type.CubemapFace |
NEGATIVE_Y
|
Type.CubemapFace |
NEGATIVE_Z
|
Type.CubemapFace |
POSITIVE_X
|
Type.CubemapFace |
POSITIVE_Y
|
Type.CubemapFace |
POSITIVE_Z
|
Type.CubemapFace |
POSITVE_X
|
Type.CubemapFace |
POSITVE_Y
|
Type.CubemapFace |
POSITVE_Z
|
Public methods | |
|---|---|
static
Type.CubemapFace
|
valueOf(String name)
|
static
final
CubemapFace[]
|
values()
|
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
|
From class
| |||||||||||||||||||||||
|
From interface
| |||||||||||||||||||||||
Enum values
POSITIVE_X
Added in API level 14
Deprecated in
API level
31
public static final Type.CubemapFace POSITIVE_X
POSITIVE_Y
Added in API level 14
Deprecated in
API level
31
public static final Type.CubemapFace POSITIVE_Y
POSITIVE_Z
Added in API level 14
Deprecated in
API level
31
public static final Type.CubemapFace POSITIVE_Z
POSITVE_X
Added in API level 11
Deprecated in
API level
29
public static final Type.CubemapFace POSITVE_X
POSITVE_Y
Added in API level 11
Deprecated in
API level
29
public static final Type.CubemapFace POSITVE_Y
POSITVE_Z
Added in API level 11
Deprecated in
API level
29
public static final Type.CubemapFace POSITVE_Z
Public methods
valueOf
public static Type.CubemapFace valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
Type.CubemapFace |
|