Click or drag to resize

BitWriterWriteUInt32Packed Method

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

Write an unsigned int (UInt32) as a 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 WriteUInt32Packed(
	uint value
)
Request Example View Source

Parameters

value
Type: SystemUInt32
Value to write
See Also