Editar

Compartir a través de


MultiplayerPort constructor

A port used by a Playfab Multiplayer Server.

public MultiplayerPort(string name, uint num, MultiplayerProtocolType protocolType)
parameter description
name The name of the port as specified in the PlayFab Game Manager server settings.
num The number for the port.
protocolType The protocol for the port.

See Also