Click or drag to resize

NetBitWriterWriteUInt32 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 int WriteUInt32(
	uint source,
	int numberOfBits,
	Span destination,
	void destinationBitOffset
)

Parameters

source
Type: SystemUInt32
numberOfBits
Type: SystemInt32
destination
Type: Span
destinationBitOffset
Type: SystemVoid

Return Value

Type: Int32
See Also