Package zombie.core.skinnedmodel.model
Class FileTask_LoadAnimation
java.lang.Object
zombie.fileSystem.FileTask
zombie.core.skinnedmodel.model.FileTask_AbstractLoadModel
zombie.core.skinnedmodel.model.FileTask_LoadAnimation
- All Implemented Interfaces:
Callable
-
Field Summary
Fields inherited from class zombie.core.skinnedmodel.model.FileTask_AbstractLoadModel
m_fileNameFields inherited from class zombie.fileSystem.FileTask
m_cb, m_file_system, m_priority -
Constructor Summary
ConstructorsConstructorDescriptionFileTask_LoadAnimation(AnimationAsset animationAsset, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback) -
Method Summary
Methods inherited from class zombie.core.skinnedmodel.model.FileTask_AbstractLoadModel
callMethods inherited from class zombie.fileSystem.FileTask
handleResult, setPriority
-
Constructor Details
-
FileTask_LoadAnimation
public FileTask_LoadAnimation(AnimationAsset animationAsset, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback)
-
-
Method Details
-
getRawFileName
- Specified by:
getRawFileNamein classFileTask_AbstractLoadModel
-
getErrorMessage
- Overrides:
getErrorMessagein classFileTask
-
done
public void done() -
loadX
- Specified by:
loadXin classFileTask_AbstractLoadModel- Throws:
IOException
-
loadFBX
- Specified by:
loadFBXin classFileTask_AbstractLoadModel- Throws:
IOException
-
loadTxt
- Specified by:
loadTxtin classFileTask_AbstractLoadModel- Throws:
IOException
-