public class FbxAnimLayer extends FbxObject
assetManager, className, id, jmeObject, name, sceneFolderName, subclassName| Constructor and Description | 
|---|
FbxAnimLayer(AssetManager assetManager,
            java.lang.String sceneFolderName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
connectObject(FbxObject object)  | 
void | 
connectObjectProperty(FbxObject object,
                     java.lang.String property)  | 
void | 
fromElement(FbxElement element)  | 
java.util.List<FbxAnimCurveNode> | 
getAnimationCurveNodes()  | 
protected java.lang.Object | 
toJmeObject()  | 
getClassName, getFullClassName, getId, getJmeObject, getName, getSubclassName, isJmeObjectCreated, toString, unsupportedConnectObject, unsupportedConnectObjectPropertypublic FbxAnimLayer(AssetManager assetManager, java.lang.String sceneFolderName)
public void fromElement(FbxElement element)
fromElement in class FbxObjectpublic java.util.List<FbxAnimCurveNode> getAnimationCurveNodes()
protected java.lang.Object toJmeObject()
toJmeObject in class FbxObjectpublic void connectObject(FbxObject object)
connectObject in class FbxObjectpublic void connectObjectProperty(FbxObject object, java.lang.String property)
connectObjectProperty in class FbxObject