SequentialSystem_T_.Update(T).md
March 19, 2022 ยท View on GitHub
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)