Interface INetworkUpdateSystem
Defines the required interface of a network update system being executed by the network update loop.
Namespace: MLAPI
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public interface INetworkUpdateSystem
Methods
NetworkUpdate(NetworkUpdateStage)
Declaration
void NetworkUpdate(NetworkUpdateStage updateStage)
Parameters
Type | Name | Description |
---|---|---|
NetworkUpdateStage | updateStage |