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.animationAssetListfinal HashMap<String, AnimationAsset> ModelManager.ModAnimations.animationAssetMapMethods in zombie.core.skinnedmodel that return AnimationAssetMethods in zombie.core.skinnedmodel with parameters of type AnimationAssetModifier and TypeMethodDescriptionvoidModelManager.animationAssetLoaded(AnimationAsset animationAsset) -
Uses of AnimationAsset in zombie.core.skinnedmodel.model
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