Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReadULong()

Reads an 8-byte unsigned long from the stream and advances the current position of the stream by eight bytes.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public ulong ReadULong()

Returns

Type

Description

ulongAn 8-byte unsigned long read from the current stream, or 0 if the end of the stream has been reached.