Added in API level 11
Deprecated in API level 31

Type.CubemapFace

public static final enum Type.CubemapFace
extends Enum<Type.CubemapFace>

java.lang.Object
   ↳ java.lang.Enum<android.renderscript.Type.CubemapFace>
     ↳ android.renderscript.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

Enum values

NEGATIVE_X

Added in API level 11
public static final Type.CubemapFace NEGATIVE_X

NEGATIVE_Y

Added in API level 11
public static final Type.CubemapFace NEGATIVE_Y

NEGATIVE_Z

Added in API level 11
public static final Type.CubemapFace NEGATIVE_Z

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

values

public static final CubemapFace[] values ()

Returns
CubemapFace[]