ChensHelpers
Chen.Helpers.UnityHelpers.QueueProcessor<T>
QueueProcessor<T>.processQueue Field
The data structure where all items are queued in for processing.
protected readonly Queue<T> processQueue;
The data structure where all items are queued in for processing.
protected readonly Queue<T> processQueue;