Click or drag to resize

NetworkedDictionaryTKey, TValue Constructor (NetworkedVarSettings)

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

Creates a NetworkedDictionary with the default value and custom settings

Namespace:  MLAPI.NetworkedVar.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkedDictionary(
	NetworkedVarSettings settings
)
Request Example View Source

Parameters

settings
Type: MLAPI.NetworkedVarNetworkedVarSettings
The settings to use for the NetworkedDictionary
See Also