Peek<T>()
Reads the next value from the buffer. Does not advance the reader.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public ref T Peek<T>() where T : unmanaged
Returns
Type | Description |
|---|---|
| T | A reference to the next value from the buffer. |