Vector2Range Constructor

Constructor in Vector2Range

Declaration

public Vector2Range(Vector2 min, Vector2 max)

Description

Creates a new range with the specified values.

Parameters

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