Class AnimatedDualDimensionProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<DualDimension>
dev.prozilla.pine.common.property.animated.AnimatedProperty<DualDimension>
dev.prozilla.pine.common.property.animated.AnimatedDualDimensionProperty
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Dimension.Mixprotected final Dimension.Mixprotected final DualDimensionFields inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
curve, end, start, timeFields inherited from class dev.prozilla.pine.common.property.VariableProperty
random -
Constructor Summary
ConstructorsConstructorDescriptionAnimatedDualDimensionProperty(DualDimension start, DualDimension end, AnimationCurve curve) -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
getCurve, getFactor, getRestartedValue, getUpdatedValue, hasFinished, restart, setDuration, updateMethods inherited from class dev.prozilla.pine.common.property.VariableProperty
exists, getValue, getValue, hasValue
-
Field Details
-
mixedDimensionX
-
mixedDimensionY
-
result
-
-
Constructor Details
-
AnimatedDualDimensionProperty
-
-
Method Details
-
getValue
Description copied from class:VariablePropertyReturns the value of this property.- Specified by:
getValuein classVariableProperty<DualDimension>- Returns:
- The value of this property.
-