ChensHelpers
Chen.Helpers.UnityHelpers.ListProcessor<T>
ListProcessor<T>.OnSuccess(T) Method
A post-processing method to perform when the operation process is successful. Always invoke base.OnSuccess.
protected virtual void OnSuccess(T item);
Parameters
item
T
Item that was dequeued from the list