NetBitWriterWriteByte Method (Byte, Int32, Span`1, Void) |
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static void WriteByte(
byte source,
int numberOfBits,
Span destination,
void destBitOffset
)
Parameters
- source
- Type: SystemByte
- numberOfBits
- Type: SystemInt32
- destination
- Type: Span
- destBitOffset
- Type: SystemVoid
See Also