public static enum Constants.AvatarRendererManufacturer extends java.lang.Enum<Constants.AvatarRendererManufacturer>
Enum Constant and Description |
---|
AVATAR_RENDERER_COCOS |
AVATAR_RENDERER_FACEUNITY |
AVATAR_RENDERER_NONE |
AVATAR_RENDERER_UNITY |
Modifier and Type | Method and Description |
---|---|
static Constants.AvatarRendererManufacturer |
fromManufacturer(int v) |
int |
getValue() |
static Constants.AvatarRendererManufacturer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.AvatarRendererManufacturer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.AvatarRendererManufacturer AVATAR_RENDERER_NONE
public static final Constants.AvatarRendererManufacturer AVATAR_RENDERER_FACEUNITY
public static final Constants.AvatarRendererManufacturer AVATAR_RENDERER_COCOS
public static final Constants.AvatarRendererManufacturer AVATAR_RENDERER_UNITY
public static Constants.AvatarRendererManufacturer[] values()
for (Constants.AvatarRendererManufacturer c : Constants.AvatarRendererManufacturer.values()) System.out.println(c);
public static Constants.AvatarRendererManufacturer valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static Constants.AvatarRendererManufacturer fromManufacturer(int v)