Unity Engine documentationScript ReferenceUnity.CollectionsNativeRingQueue<T>Enqueue(T)Adds an element at the front of the queue.Read time 1 minuteLast updated 6 days agoDefinition Type: Method Namespace: Unity.Collections Assembly: UnityEngine.ManagedKernelModule public void Enqueue(T value) Parameters valueTThe value to be added.