Enum NetworkConnection.State
ConnectionState enumerates available connection states a connection can have.
Namespace: Unity.Networking.Transport
Syntax
public enum State
Fields
Name | Description |
---|---|
AwaitingResponse | Indicates the connection is waiting for a connection response. |
Connected | Indicates the connection is connected.. |
Connecting | Indicates the connection is trying to connect. |
Disconnected | Indicates the connection is disconnected |