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