Class AnimatedProperty<T>

java.lang.Object
dev.prozilla.pine.common.property.animated.AnimatedProperty<T>
All Implemented Interfaces:
Updatable, AnimatedPropertyBase<T>, Property<T>, Functor<T>
Direct Known Subclasses:
AnimatedFloatProperty, AnimatedIntProperty, AnimatedObjectProperty

public abstract class AnimatedProperty<T> extends Object implements AnimatedPropertyBase<T>