LimitNode
The
LimitNode
limits an input value using
Mathf.Min
and
Mathf.Max
.
Options:
max
Uses the max input if checked.
min
Uses the min input if checked.
Input:
value
The value to limit.
max
The max value.
min
The min value.
Output:
The limited value.