Click or drag to resize

BitReaderReadInt32Packed Method

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

Read a ZigZag encoded varint signed int (Int32) from the stream.

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

Return Value

Type: Int32
Decoded un-varinted value.
See Also