DefaultEcs DefaultEcs.System.AEntityMultiMapSystem<TState,TKey> AEntityMultiMapSystem<TState,TKey>.Update(TState, TKey, Entity) Method Update the given Entity instance once. protected virtual void Update(TState state, in TKey key, in DefaultEcs.Entity entity); Parameters state TState The state to use. key TKey The key of the current Entity. entity Entity The Entity instance to update.