Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

value

The unsigned byte to write.

Returns

Type

Description

boolWhether the write was successful