Click or drag to resize

BitReaderReadUInt64Packed Method

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

Read a varint unsigned long (UInt64) from the stream.

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

Return Value

Type: UInt64
Un-varinted value.
See Also