Click or drag to resize

NetworkingManagerStartClient Method

[This is preliminary documentation and is subject to change.]

Starts a client with a given NetworkingConfiguration

Namespace:  MLAPI.MonoBehaviours.Core
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartClient(
	NetworkingConfiguration netConfig
)
Request Example View Source

Parameters

netConfig
Type: MLAPI.DataNetworkingConfiguration
The NetworkingConfiguration to use
See Also