Click or drag to resize

BitReaderReadULongArrayPacked Method

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

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ulong[] ReadULongArrayPacked(
	ulong[] readTo = null,
	long knownLength = -1
)
Request Example View Source

Parameters

readTo (Optional)
Type: SystemUInt64
knownLength (Optional)
Type: SystemInt64

Return Value

Type: UInt64
See Also