Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::interop::ValueAccumulatorBaseEnums Struct Reference

#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...
 

Member Enumeration Documentation

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.

Enumerator
Loop 

Limits the total accumulated value between the maximum and minimum values by wrapping the value.

Clamp 

Limits the total accumulated value between the maximum and minimum values by clamping the value.


The documentation for this struct was generated from the following file: