Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


xMax

The maximal x point of the box.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int xMax { readonly get; set; }

Remarks

Only points with an x component less than this value are contained in the box.
Sets the maximum value of BoundsInt's x point. If you enter a maximum value that is less than the current minimum value, then the entered value becomes the new minimum value and the previous minimum value becomes the new maximum value. The position and size of the BoundsInt is then adjusted based on the new minimum and maximum values.