Interface INetworkUpdateSystem
Defines the required interface of a network update system being executed by the NetworkUpdateLoop.
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public interface INetworkUpdateSystem
  Methods
NetworkUpdate(NetworkUpdateStage)
The update method that is being executed in the context of related NetworkUpdateStage.
Declaration
void NetworkUpdate(NetworkUpdateStage updateStage)
  Parameters
| Type | Name | Description | 
|---|---|---|
| NetworkUpdateStage | updateStage | The NetworkUpdateStage that is being executed.  |