Click or drag to resize

NetBitWriterWriteUInt16 Method

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void WriteUInt16(
	ushort source,
	int numberOfBits,
	Span destination,
	void destinationBitOffset
)

Parameters

source
Type: SystemUInt16
numberOfBits
Type: SystemInt32
destination
Type: Span
destinationBitOffset
Type: SystemVoid
See Also