FloatRange Constructor

Constructor in FloatRange

Declaration

public FloatRange(float min = 0F, float max = 1F)

Description

Creates a new range with the specified values.

Parameters

minThe lower bound of the range.
maxThe upper bound of the range.