Class AnimationClip
java.lang.Object
zombie.core.skinnedmodel.animation.AnimationClip
public final class AnimationClip
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description float
Duration
java.lang.String
Name
StaticAnimation
staticClip
-
Constructor Summary
Constructors Constructor Description AnimationClip(float float1, java.util.List list, java.lang.String string, boolean boolean1)
-
Method Summary
Modifier and Type Method Description Keyframe[]
getBoneFramesAt(int int1)
Keyframe[]
getKeyframes()
Keyframe
getRootMotionFrameAt(int int1)
int
getRootMotionFrameCount()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Name
public final java.lang.String Name -
staticClip
-
Duration
public float Duration
-
-
Constructor Details
-
AnimationClip
public AnimationClip(float float1, java.util.List list, java.lang.String string, boolean boolean1)
-
-
Method Details
-
getBoneFramesAt
-
getRootMotionFrameCount
public int getRootMotionFrameCount() -
getRootMotionFrameAt
-
getKeyframes
-