> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor.client.unity/ks.reactor.client.unity.ksconnect/ks.reactor.client.unity.ksconnect.connectmodes.md).

# Enum ksConnect.ConnectModes

Namespace: [KS.Reactor.Client.Unity](/reactor/api-reference/ks.reactor.client.unity.md)\
Assembly: KSUnity-Source.dll

List of methods the connection script uses to find a server.

```csharp
public enum ksConnect.ConnectModes
```

## Fields

`LOCAL = 2`

Connect to the localhost using the ksRoomType configuration.

`ONLINE = 0`

Use the Reactor API to find and connect to a public server.

`REMOTE = 1`

Connect directly to a remote server using a host and port.
