Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

JoinMatchResponse

class in UnityEngine.Networking.Match

/

Hereda de:Networking.Match.BasicResponse

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

JSON response for a JoinMatchRequest. It contains all information necessdary to continue joining a match.

Variables

accessTokenStringJSON encoding for the binary access token this client uses to authenticate its session for future commands.
addressNetwork address to connect to in order to join the match.
networkIdNetworkID of the match.
nodeIdNodeID for the requesting client in the mach that it is joining.
portNetwork port to connect to in order to join the match.
usingRelayIf the match is hosted by a relay server.

Constructores

JoinMatchResponseConstructor for response class.

Funciones Públicas

ToStringProvides string description of current class data.

Miembros heredados

Variables

extendedInfoExtended string information that is returned when the server encounters an error processing a request.
successBool describing if the request was successful.