Click or drag to resize

NetworkedDictionaryTKey, TValueReadDelta Method

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

Reads delta from the reader and applies them to the internal value

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

Parameters

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

Implements

INetworkedVarReadDelta(Stream)
See Also