ChensHelpers
Chen.Helpers.UnityHelpers.ListProcessor<T>
ListProcessor<T>.FixedUpdate() Method
A method powered by Unity’s MonoBehaviour. This contains the logic processing the queue and its items.
There is no need to override this, however if complex code is required, one may do so.
protected virtual void FixedUpdate();