public static enum FbxLayerElement.Type extends java.lang.Enum<FbxLayerElement.Type>
Enum Constant and Description |
---|
Binormal |
BoneIndex |
BoneWeight |
Color |
Material |
Normal |
NormalMapTextures |
NormalMapUV |
PolygonGroup |
Position |
Smoothing |
SpecularFactorTextures |
SpecularFactorUV |
Tangent |
Texture |
TransparentUV |
UV |
Visibility |
Modifier and Type | Method and Description |
---|---|
static FbxLayerElement.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FbxLayerElement.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FbxLayerElement.Type Position
public static final FbxLayerElement.Type BoneIndex
public static final FbxLayerElement.Type BoneWeight
public static final FbxLayerElement.Type Normal
public static final FbxLayerElement.Type Binormal
public static final FbxLayerElement.Type Tangent
public static final FbxLayerElement.Type UV
public static final FbxLayerElement.Type TransparentUV
public static final FbxLayerElement.Type Color
public static final FbxLayerElement.Type Material
public static final FbxLayerElement.Type Smoothing
public static final FbxLayerElement.Type Visibility
public static final FbxLayerElement.Type Texture
public static final FbxLayerElement.Type PolygonGroup
public static final FbxLayerElement.Type NormalMapTextures
public static final FbxLayerElement.Type SpecularFactorUV
public static final FbxLayerElement.Type NormalMapUV
public static final FbxLayerElement.Type SpecularFactorTextures
public static FbxLayerElement.Type[] values()
for (FbxLayerElement.Type c : FbxLayerElement.Type.values()) System.out.println(c);
public static FbxLayerElement.Type 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