Class KeyframeAnimation.KeyFrame

java.lang.Object
dev.kosmx.playerAnim.core.data.KeyframeAnimation.KeyFrame
Enclosing class:
KeyframeAnimation

@Immutable public static final class KeyframeAnimation.KeyFrame extends Object
  • Field Details

    • tick

      public final int tick
    • value

      public final float value
    • ease

      public final Ease ease
    • easingArg

      public final Float easingArg
  • Constructor Details

    • KeyFrame

      public KeyFrame(int tick, float value, Ease ease, Float easingArg)
    • KeyFrame

      public KeyFrame(int tick, float value, Ease ease)
    • KeyFrame

      public KeyFrame(int tick, float value)
  • Method Details