Class AnimationClip
java.lang.Object
zombie.core.skinnedmodel.animation.AnimationClip
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnimationClip
(float duration, List<Keyframe> keyframes, String name, boolean bKeepLastFrame) AnimationClip
(float float0, List<Keyframe> list, String string, boolean boolean1, boolean boolean0) -
Method Summary
Modifier and TypeMethodDescriptionKeyframe[]
getBoneFramesAt
(int idx) float
getKeyframe
(int int0) Keyframe[]
Keyframe[]
getKeyframesForBone
(int int0, Keyframe[] keyframe) getRootMotionFrameAt
(int idx) int
float
getTranslationLength
(BoneAxis deferredBoneAxis) void
-
Field Details
-
Name
-
IsRagdoll
public final boolean IsRagdoll -
KeepLastFrame
public final boolean KeepLastFrame -
staticClip
-
-
Constructor Details
-
AnimationClip
-
AnimationClip
-
-
Method Details
-
getKeyframe
-
getBoneFramesAt
-
getRootMotionFrameCount
public int getRootMotionFrameCount() -
getRootMotionFrameAt
-
getKeyframes
-
getDuration
public float getDuration() -
getKeyframesForBone
-
getTranslationLength
-
recalculateKeyframesByBoneIndex
public void recalculateKeyframesByBoneIndex()
-