Enum ContextCollectionChangedEventType
Enum ContextCollectionChangedEventType
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
public enum ContextCollectionChangedEventType
Fields
| Name | Description | Value |
|---|---|---|
| KeyAdded | Key added |
0 |
| KeyRemoved | Key removed |
1 |
| ContextAdded | Context added |
2 |
| ContextRemoved | Context removed |
3 |