Delegate AnticipatedNetworkVariable<T>.OnAuthoritativeValueChangedDelegate
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public delegate void AnticipatedNetworkVariable<T>.OnAuthoritativeValueChangedDelegate(AnticipatedNetworkVariable<T> variable, in T previousValue, in T newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| AnticipatedNetworkVariable<T> | variable | |
| T | previousValue | |
| T | newValue |