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_animationAssetListfinal HashMap<String, AnimationAsset> ModelManager.ModAnimations.m_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 animationAsset, FileSystem fileSystem, IFileTaskCallback iFileTaskCallback) -
Uses of AnimationAsset in zombie.core.skinnedmodel.model.jassimp
Methods in zombie.core.skinnedmodel.model.jassimp with parameters of type AnimationAssetModifier and TypeMethodDescriptionvoidProcessedAiScene.applyToAnimation(AnimationAsset animationAsset)