Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WriteUInt(uint)

Reads a 4-byte unsigned integer from the current stream and advances the current position of the stream by four bytes.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public bool WriteUInt(uint value)

Parameters

value

The 4-byte unsigned integer to write.

Returns

Type

Description

boolWhether the write was successful