public static final enum Type.CubemapFace
extends Enum<Type.CubemapFace>
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.renderscript.Type.CubemapFace> | |
| ↳ | android.renderscript.Type.CubemapFace | |
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 |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
Type.CubemapFace valueOf (String name)
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
Type.CubemapFace |
|