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 |
|---|---|
| T | Returns the removed element. |