LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

Rect.MinMaxRect

public static Rect MinMaxRect(float xmin, float ymin, float xmax, float ymax);

Parameters

xminThe minimum X coordinate.
yminThe minimum Y coordinate.
xmaxThe maximum X coordinate.
ymaxThe maximum Y coordinate.

Returns

Rect A rectangle matching the specified coordinates.

Description

Creates a rectangle from min/max coordinate values.