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