Uses of Class
zombie.core.skinnedmodel.animation.AnimationClip
Packages that use AnimationClip
Package
Description
-
Uses of AnimationClip in zombie.characters
Fields in zombie.characters declared as AnimationClip -
Uses of AnimationClip in zombie.core.skinnedmodel
Methods in zombie.core.skinnedmodel that return AnimationClipMethods in zombie.core.skinnedmodel that return types with arguments of type AnimationClipMethods in zombie.core.skinnedmodel with parameters of type AnimationClipModifier and TypeMethodDescriptionvoidModelManager.addAnimationClip(String name, AnimationClip clip) -
Uses of AnimationClip in zombie.core.skinnedmodel.animation
Fields in zombie.core.skinnedmodel.animation declared as AnimationClipMethods in zombie.core.skinnedmodel.animation that return AnimationClipModifier and TypeMethodDescriptionAnimationPlayer.getAnimationClip()AnimationTrack.getClip()AnimationPlayer.getOrCreateRagdollAnimationClip()AnimationPlayer.getRagdollSimulationAnimationClip()Methods in zombie.core.skinnedmodel.animation with parameters of type AnimationClipModifier and TypeMethodDescriptionAnimationPlayer.startClip(AnimationClip animationClip, boolean boolean0, float float0) voidAnimationTrack.startClip(AnimationClip animationClip, boolean boolean0, float float0) Constructors in zombie.core.skinnedmodel.animation with parameters of type AnimationClip -
Uses of AnimationClip in zombie.core.skinnedmodel.model
Fields in zombie.core.skinnedmodel.model with type parameters of type AnimationClipModifier and TypeFieldDescriptionAnimationAsset.AnimationClipsSkinningData.AnimationClipsfinal HashMap<String, AnimationClip> ModelMesh.meshAnimationClipsConstructor parameters in zombie.core.skinnedmodel.model with type arguments of type AnimationClipModifierConstructorDescriptionSkinningData(HashMap<String, AnimationClip> animationClips, List<org.lwjgl.util.vector.Matrix4f> bindPose, List<org.lwjgl.util.vector.Matrix4f> inverseBindPose, List<org.lwjgl.util.vector.Matrix4f> skinOffset, List<Integer> skeletonHierarchy, HashMap<String, Integer> boneIndices)