Click or drag to resize

NetworkedDictionaryTKey, TValue Constructor (NetworkedVarSettings, IDictionaryTKey, TValue)

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

Creates a NetworkedDictionary with a custom 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,
	IDictionary<TKey, TValue> value
)
Request Example View Source

Parameters

settings
Type: MLAPI.NetworkedVarNetworkedVarSettings
The settings to use for the NetworkedDictionary
value
Type: System.Collections.GenericIDictionaryTKey, TValue
The initial value to use for the NetworkedDictionary
See Also