Unit Reference ExponentialFunctionOfRange - RealityStop/Bolt.Addons.Community GitHub Wiki

ExponentialFunctionOfRange

Screenshot 2025-09-30 164110

Takes a given float input (0-1) and scales it across the specified range.

Input Ports

  • input : The (0-1) input to interpolate onto the range between minimum and maximum
  • minimumRange : The minimum valid output. Returned when the input is 0.
  • maximumRange : The minimum valid output. Returned when the input is 0.
  • minimumValue : The minimum valid output. Returned when the input is 0.
  • exponent : The maximum valid output. Returned when the input is 1.
  • scale : The maximum valid output. Returned when the input is 1.

Output Ports

  • output : The result of the interpolation (minimum-maximum).
⚠️ **GitHub.com Fallback** ⚠️