Uses of Class
zombie.core.skinnedmodel.model.ModelTxt
Packages that use ModelTxt
-
Uses of ModelTxt in zombie.core.physics
Methods in zombie.core.physics that return ModelTxt -
Uses of ModelTxt in zombie.core.skinnedmodel.model
Methods in zombie.core.skinnedmodel.model that return ModelTxtModifier and TypeMethodDescriptionabstract ModelTxt
FileTask_AbstractLoadModel.loadTxt()
FileTask_LoadAnimation.loadTxt()
FileTask_LoadMesh.loadTxt()
protected ModelTxt
ModelLoader.loadTxt
(String string0, boolean boolean0, boolean boolean1, SkinningData skinningData) Methods in zombie.core.skinnedmodel.model with parameters of type ModelTxtModifier and TypeMethodDescriptionprotected void
ModelLoader.applyToAnimation
(ModelTxt modelTxt, AnimationAsset animationAsset) protected void
ModelLoader.applyToMesh
(ModelTxt modelTxt, ModelMesh modelMesh, SkinningData skinningData) protected void
AnimationAsset.onLoadedTxt
(ModelTxt modelTxt) protected void
ModelMesh.onLoadedTxt
(ModelTxt modelTxt)