Package com.jme3.export
Interface JmeImporter
- All Superinterfaces:
AssetLoader
- All Known Implementing Classes:
BinaryImporter
,XMLImporter
-
Method Summary
Modifier and TypeMethodDescriptiongetCapsule
(Savable id) int
Returns the version number written in the header of the J3O/XML file.Methods inherited from interface com.jme3.asset.AssetLoader
load
-
Method Details
-
getCapsule
-
getAssetManager
AssetManager getAssetManager() -
getFormatVersion
int getFormatVersion()Returns the version number written in the header of the J3O/XML file.- Returns:
- Global version number for the file
-