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.