Enum StackViewItemStatus
The status of a StackViewItem.
Namespace: UnityEngine.Dt.App.UI
Syntax
public enum StackViewItemStatus
Fields
Name | Description | Value |
---|---|---|
Inactive | The item is not in the stack. |
0 |
Deactivating | The item is in the process of being deactivated. |
1 |
Activating | The item is in the process of being activated. |
2 |
Active | The item is active. |
3 |