Class LiveAnimationTrackEntry

java.lang.Object
zombie.util.PooledObject
zombie.core.skinnedmodel.animation.LiveAnimationTrackEntry
All Implemented Interfaces:
IPooledObject

public class LiveAnimationTrackEntry extends PooledObject
  • Constructor Details

    • LiveAnimationTrackEntry

      public LiveAnimationTrackEntry()
  • Method Details

    • onReleased

      public void onReleased()
    • reset

      public void reset()
    • alloc

      public static LiveAnimationTrackEntry alloc()
    • alloc

      public static LiveAnimationTrackEntry alloc(AnimationTrack animationTrack)
    • getBlendWeight

      public float getBlendWeight()
    • setBlendWeight

      public void setBlendWeight(float float0)
    • getLayer

      public int getLayer()
    • getPriority

      public int getPriority()
    • getTrack

      public AnimationTrack getTrack()