NetBufferWrite Method (Byte, Int32) |
Writes 1 to 8 bits of a byte
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public void Write(
byte source,
int numberOfBits
)
Parameters
- source
- Type: SystemByte
- numberOfBits
- Type: SystemInt32
See Also