#include <kanzi/interop/autogen/ui/node_component/animation/value_accumulator/value_accumulator_base_enums.hpp>
Public Types | |
enum | BoundType { BoundType::Loop, BoundType::Clamp } |
Sets how a Value Accumulator handles the increments when it reaches the limits of the range of increments. More... | |
Sets how a Value Accumulator handles the increments when it reaches the limits of the range of increments.
For an IntValueAccumulator you can set the boundaries with the IntValueAccumulator::MinimumAccumulatedValueProperty and IntValueAccumulator::MaximumAccumulatedValueProperty. For an FloatValueAccumulator you can set the boundaries with the FloatValueAccumulator::MinimumAccumulatedValueProperty and FloatValueAccumulator::MaximumAccumulatedValueProperty.