Class AnimatedFloatProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<Float>
dev.prozilla.pine.common.property.animated.AnimatedProperty<Float>
dev.prozilla.pine.common.property.animated.AnimatedFloatProperty
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
curve, end, start, time
Fields inherited from class dev.prozilla.pine.common.property.VariableProperty
random
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
getCurve, getFactor, getRestartedValue, getUpdatedValue, hasFinished, restart, setDuration, update
-
Constructor Details
-
AnimatedFloatProperty
-
-
Method Details
-
getValue
- Specified by:
getValue
in classVariableProperty<Float>
- Returns:
- The value of this property.
-