public class FbxMaterialProperties
extends java.lang.Object
| Constructor and Description | 
|---|
| FbxMaterialProperties() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getProperty(java.lang.String name) | 
| static com.jme3.scene.plugins.fbx.material.FbxMaterialProperties.Type | getPropertyType(java.lang.String name) | 
| void | setPropertyFromElement(FbxElement propertyElement) | 
| void | setPropertyTexture(java.lang.String name,
                  FbxTexture texture) | 
public void setPropertyTexture(java.lang.String name,
                               FbxTexture texture)
public void setPropertyFromElement(FbxElement propertyElement)
public java.lang.Object getProperty(java.lang.String name)
public static com.jme3.scene.plugins.fbx.material.FbxMaterialProperties.Type getPropertyType(java.lang.String name)