enum class ValueRemapperMomentumType_ t : uint32
{
MomentumType_ None = 0,
MomentumType_ Friction = 1,
MomentumType_ SpringTowardSnapValue = 2,
MomentumType_ SpringAwayFromSnapValue = 3,
};enum class ValueRemapperMomentumType_ t : uint32
{
MomentumType_ None = 0,
MomentumType_ Friction = 1,
MomentumType_ SpringTowardSnapValue = 2,
MomentumType_ SpringAwayFromSnapValue = 3,
};