Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Dequeue()

Removes the element from the end of the queue.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public T Dequeue()

Returns

Type

Description

TReturns the removed element.