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:
java.util.concurrent.Callable
public class FileTask_LoadAnimation extends FileTask_AbstractLoadModel
-
Field Summary
Fields inherited from class zombie.core.skinnedmodel.model.FileTask_AbstractLoadModel
m_fileName
Fields inherited from class zombie.fileSystem.FileTask
m_cb, m_file_system, m_priority
-
Constructor Summary
Constructors Constructor Description FileTask_LoadAnimation(AnimationAsset animationAsset, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback)
-
Method Summary
Modifier and Type Method Description void
done()
java.lang.String
getErrorMessage()
java.lang.String
getRawFileName()
ProcessedAiScene
loadFBX()
ModelTxt
loadTxt()
ProcessedAiScene
loadX()
Methods inherited from class zombie.core.skinnedmodel.model.FileTask_AbstractLoadModel
call
Methods inherited from class zombie.fileSystem.FileTask
handleResult, setPriority
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileTask_LoadAnimation
public FileTask_LoadAnimation(AnimationAsset animationAsset, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback)
-
-
Method Details
-
getRawFileName
public java.lang.String getRawFileName()- Specified by:
getRawFileName
in classFileTask_AbstractLoadModel
-
getErrorMessage
public java.lang.String getErrorMessage()- Overrides:
getErrorMessage
in classFileTask
-
done
public void done() -
loadX
- Specified by:
loadX
in classFileTask_AbstractLoadModel
- Throws:
java.io.IOException
-
loadFBX
- Specified by:
loadFBX
in classFileTask_AbstractLoadModel
- Throws:
java.io.IOException
-
loadTxt
- Specified by:
loadTxt
in classFileTask_AbstractLoadModel
- Throws:
java.io.IOException
-