UnitIntervalRange Constructor
Constructor in UnitIntervalRange
Declaration
public UnitIntervalRange(float min = 0F, float max = 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. |