Click or drag to resize

NetworkedListT Constructor (NetworkedVarSettings, IListT)

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

Creates a NetworkedList 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 NetworkedList(
	NetworkedVarSettings settings,
	IList<T> value
)
Request Example View Source

Parameters

settings
Type: MLAPI.NetworkedVarNetworkedVarSettings
The settings to use for the NetworkedList
value
Type: System.Collections.GenericIListT
The initial value to use for the NetworkedList
See Also