Class AnimationClip

java.lang.Object
zombie.core.skinnedmodel.animation.AnimationClip

public final class AnimationClip extends Object
Created by LEMMYATI on 03/01/14.
  • Field Details

    • Name

      public final String Name
    • IsRagdoll

      public final boolean IsRagdoll
    • KeepLastFrame

      public final boolean KeepLastFrame
    • staticClip

      public StaticAnimation staticClip
  • Constructor Details

    • AnimationClip

      public AnimationClip(float duration, List<Keyframe> keyframes, String name, boolean bKeepLastFrame)
    • AnimationClip

      public AnimationClip(float float0, List<Keyframe> list, String string, boolean boolean1, boolean boolean0)
  • Method Details

    • getKeyframe

      public Keyframe getKeyframe(int int0)
    • getBoneFramesAt

      public Keyframe[] getBoneFramesAt(int idx)
    • getRootMotionFrameCount

      public int getRootMotionFrameCount()
    • getRootMotionFrameAt

      public Keyframe getRootMotionFrameAt(int idx)
    • getKeyframes

      public Keyframe[] getKeyframes()
    • getDuration

      public float getDuration()
    • getKeyframesForBone

      public Keyframe[] getKeyframesForBone(int int0, Keyframe[] keyframe)
    • getTranslationLength

      public float getTranslationLength(BoneAxis deferredBoneAxis)
    • recalculateKeyframesByBoneIndex

      public void recalculateKeyframesByBoneIndex()