DefaultEcs DefaultEcs.System.SequentialSystem<T> SequentialSystem.Update(T) Method Updates all the systems once sequentially. public void Update(T state); Parameters state T The state to use. Implements Update(T)