Click or drag to resize

BitWriterDeprecatedWriteBits 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 void WriteBits(
	byte value,
	int bits
)
Request Example View Source

Parameters

value
Type: SystemByte
bits
Type: SystemInt32
See Also