Enum Spacing
The spacing of UI components.
Namespace: Unity.AppUI.UI
Syntax
public enum Spacing
Fields
| Name | Description | Value |
|---|---|---|
| None | None |
0 |
| S | Small |
1 |
| M | Medium |
2 |
| L | Large |
3 |
The spacing of UI components.
public enum Spacing
| Name | Description | Value |
|---|---|---|
| None | None |
0 |
| S | Small |
1 |
| M | Medium |
2 |
| L | Large |
3 |