Class AdaptiveFloatProperty

All Implemented Interfaces:
Animatable

public final class AdaptiveFloatProperty extends AdaptivePropertyBase<Float>
An optimized adaptive property, that uses a primitive float value.
  • Constructor Details

    • AdaptiveFloatProperty

      public AdaptiveFloatProperty(VariableProperty<Float> variableProperty)
      Creates a new property with a dynamic value.
      Parameters:
      variableProperty - Variable property that determines the value of this property
    • AdaptiveFloatProperty

      public AdaptiveFloatProperty(float fixedValue)
      Creates a new property with a fixed value.
  • Method Details