public static enum I3DXML.MaterialApplicationType.TextureBlendFunctionType extends java.lang.Enum<I3DXML.MaterialApplicationType.TextureBlendFunctionType>
| Enum Constant and Description |
|---|
ADD |
ALPHA_TRANSPARENCY |
BURN |
INVERT |
LIGHTMAP |
REPLACE |
| Modifier and Type | Method and Description |
|---|---|
static I3DXML.MaterialApplicationType.TextureBlendFunctionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I3DXML.MaterialApplicationType.TextureBlendFunctionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I3DXML.MaterialApplicationType.TextureBlendFunctionType REPLACE
public static final I3DXML.MaterialApplicationType.TextureBlendFunctionType ADD
public static final I3DXML.MaterialApplicationType.TextureBlendFunctionType ALPHA_TRANSPARENCY
public static final I3DXML.MaterialApplicationType.TextureBlendFunctionType LIGHTMAP
public static final I3DXML.MaterialApplicationType.TextureBlendFunctionType BURN
public static final I3DXML.MaterialApplicationType.TextureBlendFunctionType INVERT
public static I3DXML.MaterialApplicationType.TextureBlendFunctionType[] values()
for (I3DXML.MaterialApplicationType.TextureBlendFunctionType c : I3DXML.MaterialApplicationType.TextureBlendFunctionType.values()) System.out.println(c);
public static I3DXML.MaterialApplicationType.TextureBlendFunctionType 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