MathfClamp Method |
Name | Description | |
---|---|---|
![]() ![]() | Clamp(Int32, Int32, Int32) |
Clamps a `value` so that it is not less than `min` and not more than `max`.
|
![]() ![]() | Clamp(Single, Single, Single) |
Clamps a `value` so that it is not less than `min` and not more than `max`.
|