Class LiveAnimationTrackEntry
java.lang.Object
zombie.util.PooledObject
zombie.core.skinnedmodel.animation.LiveAnimationTrackEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LiveAnimationTrackEntry
alloc()
static LiveAnimationTrackEntry
alloc
(AnimationTrack animationTrack) float
int
getLayer()
int
getTrack()
void
void
reset()
void
setBlendWeight
(float float0) 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 float0) -
getLayer
public int getLayer() -
getPriority
public int getPriority() -
getTrack
-