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.

Contents

  1. 0.1">DefaultEcs.System.">AComponentSystem&#x3C;TState,TComponent>
  2. 1.Update(TState, TComponent) Method">AComponentSystem&#x3C;TState,TComponent>.Update(TState, TComponent) Method