Click or drag to resize

BitWriterWriteBits Method (Byte, Int32)

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

Write bits to stream.

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteBits(
	byte value,
	int bitCount
)
Request Example View Source

Parameters

value
Type: SystemByte
Value to get bits from.
bitCount
Type: SystemInt32
Amount of bits to write.
See Also