Vector4Range Constructor

Constructor in Vector4Range

Declaration

public Vector4Range(Vector4 min, Vector4 max)

Description

Creates a new range with the specified values.

Parameters

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