Class LiveAnimationTrackEntry
java.lang.Object
zombie.util.PooledObject
zombie.core.skinnedmodel.animation.LiveAnimationTrackEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LiveAnimationTrackEntryalloc()static LiveAnimationTrackEntryalloc(AnimationTrack arg0) floatintgetLayer()intgetTrack()voidvoidreset()voidsetBlendWeight(float arg0) Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPool
-
Constructor Details
-
LiveAnimationTrackEntry
public LiveAnimationTrackEntry()
-
-
Method Details
-
onReleased
public void onReleased() -
reset
public void reset() -
alloc
-
alloc
-
getBlendWeight
public float getBlendWeight() -
setBlendWeight
public void setBlendWeight(float arg0) -
getLayer
public int getLayer() -
getPriority
public int getPriority() -
getTrack
-