AEntitySetSystem_T_.Update(T,ReadOnlySpan_Entity_).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AEntitySetSystem<T>
AEntitySetSystem.Update(T, ReadOnlySpan) Method
Update the given Entity instances once.
protected virtual void Update(T state, System.ReadOnlySpan<DefaultEcs.Entity> entities);
Parameters
state T
The state to use.
entities System.ReadOnlySpan<Entity>
The Entity instances to update.