Update the given TComponent once.
protected virtual void Update(TState state, System.Span<TComponent> components);
state
TState
The state to use.
components
System.Span<TComponent>
The TComponent to update.
Update the given TComponent once.
protected virtual void Update(TState state, System.Span<TComponent> components);
state
TState
The state to use.
components
System.Span<TComponent>
The TComponent to update.