Click or drag to resize

NetworkedVarTReadDelta Method

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

Reads value from the reader and applies it

Namespace:  MLAPI
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 value from

Implements

INetworkedVarReadDelta(Stream)
See Also