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