Vector3Range Constructor

Constructor in Vector3Range

Declaration

public Vector3Range(Vector3 min, Vector3 max)

Description

Creates a new range with the specified values.

Parameters

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