Click or drag to resize

BitReaderReadIntArray 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 int[] ReadIntArray(
	int[] readTo = null,
	long knownLength = -1
)
Request Example View Source

Parameters

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

Return Value

Type: Int32
See Also