AEntityMultiMapSystem_TState,TKey_.Update(TState,TKey,ReadOnlySpan_Entity_).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.System.AEntityMultiMapSystem<TState,TKey>

AEntityMultiMapSystem<TState,TKey>.Update(TState, TKey, ReadOnlySpan) Method

Update the given Entity instances once.

protected virtual void Update(TState state, in TKey key, System.ReadOnlySpan<DefaultEcs.Entity> entities);

Parameters

state TState

The state to use.

key TKey

The key of the current Entity instances.

entities System.ReadOnlySpan<Entity>

The Entity instances to update.