Utility classes for changing an element's height, max height, and min height properties.

Unity's UI Toolkit uses border box as it's box model. For a visual representation, check out Unity's page on Common USS Properties.

Classes for height are named using the format: [property]-[value].

Where property includes:

  • h - for height
  • hmax - for max-height
  • hmin - for min-height

Where value includes:

  • # - % value for that height/max-height/min-height property.
ClassContents
0
1

UXML

0
0
1
2
3

UXML

0
0
1

UXML