Enum ContentSizeFitter.FitMode
The size fit modes avaliable to use.
Namespace: UnityEngine.UI
Syntax
public enum FitMode
Fields
Name | Description | Value |
---|---|---|
Unconstrained | Don't perform any resizing. |
0 |
MinSize | Resize to the minimum size of the content. |
1 |
PreferredSize | Resize to the preferred size of the content. |
2 |