RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.UnityHelpers.QueueProcessor<T>

QueueProcessor<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();