This version of Unity is unsupported.
Method group is Obsolete

ConnectionConfig Constructor

Obsolete The UNET transport will be removed in the future as soon a replacement is ready.

Declaration

public ConnectionConfig();
Obsolete The UNET transport will be removed in the future as soon a replacement is ready.

Declaration

public ConnectionConfig(ConnectionConfig config);

Parameters

config Connection config.

Description

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

Note: The copy constructor provides deep copying.