NetBitWriterWriteUInt16 Method |
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax 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