Uses of Class
zombie.core.skinnedmodel.model.AnimationAsset
Packages that use AnimationAsset
Package
Description
-
Uses of AnimationAsset in zombie.core.skinnedmodel
Fields in zombie.core.skinnedmodel with type parameters of type AnimationAssetModifier and TypeFieldDescriptionfinal ArrayList
<AnimationAsset> ModelManager.ModAnimations.m_animationAssetList
final HashMap
<String, AnimationAsset> ModelManager.ModAnimations.m_animationAssetMap
Methods in zombie.core.skinnedmodel that return AnimationAssetMethods in zombie.core.skinnedmodel with parameters of type AnimationAssetModifier and TypeMethodDescriptionvoid
ModelManager.animationAssetLoaded
(AnimationAsset animationAsset) -
Uses of AnimationAsset in zombie.core.skinnedmodel.model
Methods in zombie.core.skinnedmodel.model with parameters of type AnimationAssetModifier and TypeMethodDescriptionprotected void
ModelLoader.applyToAnimation
(ModelTxt modelTxt, AnimationAsset animationAsset) Constructors in zombie.core.skinnedmodel.model with parameters of type AnimationAssetModifierConstructorDescriptionFileTask_LoadAnimation
(AnimationAsset anim, FileSystem fileSystem, IFileTaskCallback cb) -
Uses of AnimationAsset in zombie.core.skinnedmodel.model.jassimp
Methods in zombie.core.skinnedmodel.model.jassimp with parameters of type AnimationAsset