Class SharedSkeleAnimationRepository
java.lang.Object
zombie.core.skinnedmodel.animation.sharedskele.SharedSkeleAnimationRepository
public class SharedSkeleAnimationRepository
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SharedSkeleAnimationRepository()
-
Method Summary
Modifier and Type Method Description SharedSkeleAnimationTrack
getTrack(AnimationClip animationClip)
void
setTrack(AnimationClip animationClip, SharedSkeleAnimationTrack sharedSkeleAnimationTrack)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SharedSkeleAnimationRepository
public SharedSkeleAnimationRepository()
-
-
Method Details
-
getTrack
-