Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Rect.xMin

public float xMin;

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.