Class VariableAnimatedProperty<T>
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<AnimatedProperty<T>>
dev.prozilla.pine.common.property.animated.variable.VariableAnimatedProperty<T>
- Direct Known Subclasses:
VariableAnimatedColorProperty
,VariableAnimatedFloatProperty
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final VariableProperty
<AnimationCurve> protected final VariableProperty
<T> protected final VariableProperty
<T> Fields inherited from class dev.prozilla.pine.common.property.VariableProperty
random
-
Constructor Summary
ConstructorsConstructorDescriptionVariableAnimatedProperty
(VariableProperty<T> startProperty, VariableProperty<T> endProperty, VariableProperty<AnimationCurve> curveProperty) -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.VariableProperty
getValue
-
Field Details
-
startProperty
-
endProperty
-
curveProperty
-
-
Constructor Details
-
VariableAnimatedProperty
public VariableAnimatedProperty(VariableProperty<T> startProperty, VariableProperty<T> endProperty, VariableProperty<AnimationCurve> curveProperty)
-