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.