WriteByte(byte)
Writes an unsigned byte to the current stream and advances the stream position by one byte.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool WriteByte(byte value)
Parameters
The unsigned byte to write.
Returns
Type | Description |
|---|---|
| bool | Whether the write was successful |