Set the min/max range for the clamp operator
| <operator:clamp>.setRange( | |
| [min,max] |
)
[min,max]
The minimum and maximum range for the clamp operator. You can use None for either min/max to specify no limit.
This command will set the [min,max] range of the clamp operator.
None