Enum NetworkConnection.State
Connection States
Namespace: Unity.Networking.Transport
Syntax
public enum State
Fields
| Name | Description | Value |
|---|---|---|
| Disconnected | Indicates the connection is disconnected. |
0 |
| Connecting | Indicates the connection is being established. |
1 |
| Connected | Indicates the connection is connected. |
2 |