AEntityMultiMapSystem_TState,TKey_.PostUpdate(TState,TKey).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AEntityMultiMapSystem<TState,TKey>
AEntityMultiMapSystem<TState,TKey>.PostUpdate(TState, TKey) Method
Performs a post-update per TKey treatment.
protected virtual void PostUpdate(TState state, TKey key);
Parameters
state TState
The state to use.
key TKey
The key of the Entity instances which have been updated.