AComponentSystem_TState,TComponent_.PostUpdate(TState).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AComponentSystem<TState,TComponent>
AComponentSystem<TState,TComponent>.PostUpdate(TState) Method
Performs a post-update treatment.
protected virtual void PostUpdate(TState state);
Parameters
state TState
The state to use.