Click or drag to resize

BitWriterWriteShortArray Method

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

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

Namespace:  MLAPI.NetworkingManagerComponents.Binary
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void WriteShortArray(
	short[] s,
	bool known = false
)
Request Example View Source

Parameters

s
Type: SystemInt16

[Missing <param name="s"/> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BitWriter.WriteShortArray(System.Int16[],System.Boolean)"]

known (Optional)
Type: SystemBoolean

[Missing <param name="known"/> documentation for "M:MLAPI.NetworkingManagerComponents.Binary.BitWriter.WriteShortArray(System.Int16[],System.Boolean)"]

See Also