ClampedRange Constructor
Constructor in ClampedRange
Declaration
public ClampedRange(float min = 0F, float max = 1F, float clampLower = 0F, float clampUpper = 1F)
Description
Creates a new range with the specified values.
Parameters
min | The lower bound of the range. |
max | The upper bound of the range. |
clampLower | The lower clamping bound of the range. |
clampUpper | The upper clamping bound of the range. |