Delegate NetworkSet<T>.OnSetChangedDelegate
Delegate type for set changed event
Namespace: MLAPI.NetworkVariable.Collections
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public delegate void NetworkSet<T>.OnSetChangedDelegate(NetworkSetEvent<T> changeEvent)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkSetEvent<T> | changeEvent | Struct containing information about the change event |