Click or drag to resize

INetworkedVarWriteDelta Method

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

Writes the dirty changes, that is, the changes since the variable was last dirty, to the writer

Namespace:  MLAPI.NetworkedVar
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void WriteDelta(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to write the dirty changes to
See Also