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 |
|---|---|
| ulong | An 8-byte unsigned long read from the current stream, or 0 if the end of the stream has been reached. |