AEntityMultiMapSystem_TState,TKey_.Update(TState).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.System.AEntityMultiMapSystem<TState,TKey>

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

Updates the system once.
Does nothing if IsEnabled is false or if the inner EntityMultiMap<TKey> is empty.

public void Update(TState state);

Parameters

state TState

The state to use.

Implements Update(T)

Contents

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