Enum NetworkState
Represents the states of the underlying network.
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public enum NetworkState
Fields
Name | Description |
---|---|
Migrating | The network is in the process of migrating. |
Started | The network has started and is active. |
Starting | The network is in the process of starting. |
Stopped | The network is not active. |
Stopping | The network is in the process of stopping. |