Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Closeconstant | Constant value. |
A single constant value for the entire curve.
scalar | A multiplier to be applied to the curve. |
curve | A single curve for evaluating against. |
Use one curve when evaluating numbers along this Min-Max curve.
scalar | A multiplier to be applied to the curves. |
min | The curve describing the minimum values to be evaluated. |
max | The curve describing the maximum values to be evaluated. |
Randomly select values based on the interval between the minimum and maximum curves.
min | The constant describing the minimum values to be evaluated. |
max | The constant describing the maximum values to be evaluated. |
Randomly select values based on the interval between the minimum and maximum constants.