AEntityMultiMapSystem_TState,TKey_.Update(TState,TKey,Entity).md
March 19, 2022 ยท View on GitHub
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.