public static enum PlayerConfig.RenderConfigType extends java.lang.Enum<PlayerConfig.RenderConfigType>
Enum Constant and Description |
---|
RC_CARDBOARD |
RC_DEFAULT |
RC_OCULUS |
Modifier and Type | Method and Description |
---|---|
static PlayerConfig.RenderConfigType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerConfig.RenderConfigType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayerConfig.RenderConfigType RC_DEFAULT
public static final PlayerConfig.RenderConfigType RC_OCULUS
public static final PlayerConfig.RenderConfigType RC_CARDBOARD
public static PlayerConfig.RenderConfigType[] values()
for (PlayerConfig.RenderConfigType c : PlayerConfig.RenderConfigType.values()) System.out.println(c);
public static PlayerConfig.RenderConfigType 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 null