Mathf Map Range
Map a float value from one range into another range.
| Parameter | Description |
|---|---|
| Value | The value to map. |
| Input Min | The start of the input range. |
| Input Max | The end of the input range. |
| Output Min | The start of the output range. |
| Output Max | The end of the output range. |
| Clamp | Clamp the mapped result to the output range. |
| Result | Store the mapped value in a float variable. |