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