Castor3D 0.16.0
Multiplatform 3D engine
|
This is the complete list of members for castor3d::AnimationImporter, including all inherited members.
AnimationImporter(Engine &engine) | castor3d::AnimationImporter | explicit |
doImportMesh(MeshAnimation &mesh)=0 | castor3d::AnimationImporter | protectedpure virtual |
doImportNode(SceneNodeAnimation &node)=0 | castor3d::AnimationImporter | protectedpure virtual |
doImportSkeleton(SkeletonAnimation &skeleton)=0 | castor3d::AnimationImporter | protectedpure virtual |
getOwner() const | castor::OwnedBy< Engine > | inline |
import(SkeletonAnimation &animation, ImporterFile *file, Parameters const ¶meters) | castor3d::AnimationImporter | |
import(SkeletonAnimation &animation, castor::Path const &pathFile, Parameters const ¶meters) | castor3d::AnimationImporter | static |
import(MeshAnimation &animation, ImporterFile *file, Parameters const ¶meters) | castor3d::AnimationImporter | |
import(MeshAnimation &animation, castor::Path const &pathFile, Parameters const ¶meters) | castor3d::AnimationImporter | static |
import(SceneNodeAnimation &animation, ImporterFile *file, Parameters const ¶meters) | castor3d::AnimationImporter | |
import(SceneNodeAnimation &animation, castor::Path const &pathFile, Parameters const ¶meters) | castor3d::AnimationImporter | |
m_file | castor3d::AnimationImporter | protected |
m_parameters | castor3d::AnimationImporter | protected |
OwnedBy(Engine &owner) | castor::OwnedBy< Engine > | inlineexplicitprotected |
~AnimationImporter()=default | castor3d::AnimationImporter | virtual |