DefaultEcs DefaultEcs.System.ParallelSystem<T> ParallelSystem.Update(T) Method Updates the system once. public void Update(T state); Parameters state T The state to use. Implements Update(T)