Click or drag to resize

BitWriterWriteCharPacked Method

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

Write a two-byte character 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 WriteCharPacked(
	char c
)
Request Example View Source

Parameters

c
Type: SystemChar
Value to write
See Also