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