Click or drag to resize

NetworkedDictionaryTKey, TValueReadField Method

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

Reads the complete state from the reader and applies it

Namespace:  MLAPI.NetworkedVar.Collections
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ReadField(
	Stream stream
)
Request Example View Source

Parameters

stream
Type: System.IOStream
The stream to read the state from

Implements

INetworkedVarReadField(Stream)
See Also