Enum MultiplayConfig.Query
Available query protocols, please consult the documentation for more details.
Namespace: Unity.Services.Multiplay.Authoring.Core.Assets
Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
Syntax
public enum MultiplayConfig.Query
Fields
Name | Description |
---|---|
A2s | A2S is a UDP-based game server query protocol that Valve Software keeps as a part of the Steam SDK. |
None | No query protocol. |
Sqp | The Server Query Protocol (SQP) allows clients to retrieve information about a running game server using UDP/IP packets. |