AEntityMultiMapSystem_TState,TKey_.PreUpdate(TState,TKey).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AEntityMultiMapSystem<TState,TKey>
AEntityMultiMapSystem<TState,TKey>.PreUpdate(TState, TKey) Method
Performs a pre-update per TKey treatment.
protected virtual void PreUpdate(TState state, TKey key);
Parameters
state TState
The state to use.
key TKey
The key of the Entity instances about to be updated.