Method UnregisterNetworkUpdate
UnregisterNetworkUpdate(INetworkUpdateSystem, NetworkUpdateStage)
Unregisters a network update system from a specific network update stage.
Declaration
public static void UnregisterNetworkUpdate(this INetworkUpdateSystem updateSystem, NetworkUpdateStage updateStage = NetworkUpdateStage.Update)
Parameters
| Type | Name | Description |
|---|---|---|
| INetworkUpdateSystem | updateSystem | The INetworkUpdateSystem implementation to deregister from all network updates |
| NetworkUpdateStage | updateStage | The NetworkUpdateStage to be deregistered from the INetworkUpdateSystem implementation |