Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

TA reference to the next value from the buffer.