Click or drag to resize

NetworkingManagerConnectedClients Field

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

Gets a dictionary of connected clients and their clientId keys

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public readonly Dictionary<uint, NetworkedClient> ConnectedClients
Request Example View Source

Field Value

Type: DictionaryUInt32, NetworkedClient
See Also