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 |
|