Enum StyleKeyword
Keyword that can be used on any style value types.
Namespace: UnityEngine.UIElements
Syntax
public enum StyleKeyword : int
Fields
Name | Description | Value |
---|---|---|
Undefined | Means that there's no keyword defined for that property. |
0 |
Null | Means that an inline style from IStyle has no value or keyword. |
1 |
Auto | For style properties accepting auto. |
2 |
None | For style properties accepting none. |
3 |
Initial | The initial (or default) value of a style property. |
4 |