Enum NetworkDictionaryEvent<TKey, TValue>.EventType
Enum representing the different operations available for triggering an event.
Namespace: MLAPI.NetworkVariable.Collections
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public enum NetworkDictionaryEvent<TKey, TValue>.EventType
Fields
| Name | Description |
|---|---|
| Add | Add |
| Clear | Clear |
| Remove | Remove |
| RemovePair | Remove pair |
| Value | Value changed |