AEntitySortedSetSystem_TState,TComponent_.Update(TState,Entity).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AEntitySortedSetSystem<TState,TComponent>
AEntitySortedSetSystem<TState,TComponent>.Update(TState, Entity) Method
Update the given Entity instance once.
protected virtual void Update(TState state, in DefaultEcs.Entity entity);
Parameters
state TState
The state to use.
entity Entity
The Entity instance to update.