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.

Contents

  1. 0.1">DefaultEcs.System.">AEntityMultiMapSystem&#x3C;TState,TKey>
  2. 1.Update(TState, TKey, Entity) Method">AEntityMultiMapSystem&#x3C;TState,TKey>.Update(TState, TKey, Entity) Method