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