Class ServerConfig
The server configuration for the current session.
Inherited Members
Namespace: Unity.Services.Multiplay
Assembly: solution.dll
Syntax
[Preserve]
public class ServerConfig
Constructors
Name | Description |
---|---|
Server |
Creates an instance of ServerConfig. Note that you should not manually create one of these except for testing. Instead, use MultiplayService.ServerConfig to access the server configuration. |
Properties
Name | Description |
---|---|
Allocation |
The allocation ID. |
Ip |
The connection ip for the session. |
Port | The connection port for the session. |
Query |
The Server Query Protocol Port. |
Server |
The server ID. |
Server |
The directory logs will be written to. |