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
Methods inherited from class dev.prozilla.pine.common.property.VariableProperty
exists, hasValue
-
Constructor Details
-
AnimatedFloatProperty
-
-
Method Details
-
getValue
Description copied from class:VariableProperty
Returns the value of this property.- Specified by:
getValue
in classVariableProperty<Float>
- Returns:
- The value of this property.
-