Version: 2017.2

MasterServer

class in UnityEngine

Cambiar al Manual

Descripción

El Master Server (Servidor Maestro) se utiliza para hacer el emparejamiento entre servidores y clientes fácil.

You can advertise game hosts or fetch host lists for you game type. The functions here are used to communicate with the Master Server itself which resides on a separate server. If necessary the server itself can be customized. For an overview of the Master Server as well as a technical description see the Master Server manual page.

Variables Estáticas

dedicatedServerReporte esta maquina como un servidor dedicado.
ipAddressLa dirección IP del master server.
portEl puerto de conexión del master server.
updateRateDefina la tasa de actualización minima para la actualización de información anfitriona del master server.

Funciones Estáticas

ClearHostListLimpia la lista anfitriona que ha sido recibida por MasterServer.PollHostList.
PollHostListRevise por la lista anfitriona actualizada recibida utilizando MasterServer.RequestHostList.
RegisterHostRegistre este servidor en el master server.
RequestHostListSolicite una lista de anfitriones del master server (servidor maestro).
UnregisterHostAnule el registro de este servidor desde el master server.

Mensajes

OnFailedToConnectToMasterServerLlamado en clientes o servidores cuando hay un problema que se conecta al master server.
OnMasterServerEventLlamado en clientes o servidores cuando se reporta eventos desde el MasterServer.