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