DefaultEcs DefaultEcs.System.ISystem<T> ISystem.Update(T) Method Updates the system once. Does nothing if IsEnabled is false. void Update(T state); Parameters state T The state to use.