Click or drag to resize

INetworkedVarReadDelta 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
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void ReadDelta(
	Stream stream
)

Parameters

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