Click or drag to resize

BitWriterWriteBool Method

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

[Missing <summary> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BitWriter.WriteBool(System.Boolean)"]

Namespace:  MLAPI.NetworkingManagerComponents.Binary
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteBool(
	bool b
)
Request Example View Source

Parameters

b
Type: SystemBoolean

[Missing <param name="b"/> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BitWriter.WriteBool(System.Boolean)"]

See Also