LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

ConnectionConfig Constructor

public ConnectionConfig();
public ConnectionConfig(Networking.ConnectionConfig config);

Parameters

configConnection config.

Description

Will create default connection config or will copy them from another.

Note: The copy constructor provides deep copying.