Enum NetworkDictionaryEvent<TKey, TValue>.EventType
Enum representing the different operations available for triggering an event.
Namespace: Unity.Cloud.Presence.Runtime
Syntax
public enum EventType : byte
Fields
| Name | Description | Value |
|---|---|---|
| Add | Add |
0 |
| Remove | Remove |
1 |
| Value | Value changed |
2 |
| Clear | Clear |
3 |
| Full | Full dictionary refresh |
4 |