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.xMin

public var xMin: float;

Description

The minimum X coordinate of the rectangle.

This value is the same as x, but setting it will resize the rectangle, changing x and width to preserve xMax.