Delegate NetworkVariableHelper<T>.OnMyValueChangedDelegateHandler
Namespace: Unity.Netcode.TestHelpers.Runtime
Syntax
public delegate void OnMyValueChangedDelegateHandler(T previous, T next);
Parameters
| Type | Name | Description | 
|---|---|---|
| T | previous | |
| T | next | 
public delegate void OnMyValueChangedDelegateHandler(T previous, T next);
| Type | Name | Description | 
|---|---|---|
| T | previous | |
| T | next |