AComponentSystem_TState,TComponent_.Update(TState).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AComponentSystem<TState,TComponent>
AComponentSystem<TState,TComponent>.Update(TState) Method
Updates the system once.
Does nothing if IsEnabled is false or if there is no component of type TComponent in the World.
public void Update(TState state);
Parameters
state TState
The state to use.
Implements Update(T)