Method PreGroupUpdateCallback
PreGroupUpdateCallback()
Called before the systems in this group are updated. It is useful in cases of needing to store system state (such as NativeArrays, NativeLists etc), before it is ran in a custom group. If overriding this method, make sure to call base.PreGroupUpdateCallback().
Declaration
protected override void PreGroupUpdateCallback()