Package com.jme3.scene.plugins.fbx.obj
Class FbxObject<JT>
java.lang.Object
com.jme3.scene.plugins.fbx.obj.FbxObject<JT>
- Direct Known Subclasses:
 FbxAnimCurve,FbxAnimCurveNode,FbxAnimLayer,FbxAnimStack,FbxBindPose,FbxCluster,FbxImage,FbxMaterial,FbxNode,FbxNodeAttribute,FbxSkinDeformer,FbxTexture,FbxUnknownObject
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFbxObject(AssetManager assetManager, String sceneFolderName)  - 
Method Summary
Modifier and TypeMethodDescriptionabstract voidconnectObject(FbxObject object) abstract voidconnectObjectProperty(FbxObject object, String property) protected voidfromElement(FbxElement element) getId()final JTgetName()final booleanprotected abstract JTtoString()protected final voidunsupportedConnectObject(FbxObject object) protected final voidunsupportedConnectObjectProperty(FbxObject object, String property)  
- 
Field Details
- 
assetManager
 - 
sceneFolderName
 - 
id
 - 
name
 - 
className
 - 
subclassName
 - 
jmeObject
 
 - 
 - 
Constructor Details
- 
FbxObject
 
 - 
 - 
Method Details