AComponentSystem_TState,TComponent_.Update(TState,TComponent).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.AComponentSystem<TState,TComponent>
AComponentSystem<TState,TComponent>.Update(TState, TComponent) Method
Update the given TComponent once.
protected virtual void Update(TState state, ref TComponent component);
Parameters
state TState
The state to use.
component TComponent
The TComponent to update.