Click or drag to resize

BitWriterWriteInt32Packed Method

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

Write a signed int (Int32) as a ZigZag encoded varint to the stream.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteInt32Packed(
	int value
)
Request Example View Source

Parameters

value
Type: SystemInt32
Value to write
See Also