Class KeyframeDouble
java.lang.Object
dev.bouncingelf10.timelesslib.api.animation.keyframes.KeyframeDouble
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyframeDouble(double timeSeconds, double value, Interpolation interpolation, Easing easing) -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyframeDoubleof(double timeSeconds, double value) static KeyframeDoublestatic KeyframeDoubleof(double timeSeconds, double value, Easing easing, Interpolation interp) static KeyframeDoubleof(double timeSeconds, double value, Interpolation interp)
-
Field Details
-
timeSeconds
public final double timeSeconds -
value
public final double value -
interpolation
-
easing
-
-
Constructor Details
-
KeyframeDouble
-
-
Method Details
-
of
-
of
-
of
-
of
public static KeyframeDouble of(double timeSeconds, double value, Easing easing, Interpolation interp)
-