GridTrackSizeUnit
Unit for a single GridTrackSize sizing value.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum GridTrackSizeUnit
Fields
Value | Description |
|---|---|
| Auto | The track is sized automatically from its content. |
| Fraction | A flexible fraction ( |
| MaxContent | The largest maximal content contribution of the track's items ( |
| MinContent | The largest minimal content contribution of the track's items ( |
| Percent | A percentage of the grid container's corresponding dimension. |
| Pixel | A fixed pixel length. |