Delegate NetworkDictionary<TKey, TValue>.OnDictionaryChangedDelegate
Delegate type for dictionary changed event
Namespace: MLAPI.NetworkVariable.Collections
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public delegate void NetworkDictionary<TKey, TValue>.OnDictionaryChangedDelegate(NetworkDictionaryEvent<TKey, TValue> changeEvent)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkDictionaryEvent<TKey, TValue> | changeEvent | Struct containing information about the change event |