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