Boolean if the value
should be incremented or decremented by 1
.
The max number that can be used before looping to the min
value.
An optional min
value that can be used before looping to the max
value.
Boolean if the looping should be ignored and only the min
/max
options
should be respected. In other words, the looping behavior will be disabled
and the value
must be: min >= value <= max
The current value that should be modified.
Generated using TypeDoc
@since 2.7.0