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

minThe lower bound of the range.
maxThe upper bound of the range.
clampLowerThe lower clamping bound of the range.
clampUpperThe upper clamping bound of the range.