ISystem_T_.Update(T).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.System.ISystem<T>

ISystem.Update(T) Method

Updates the system once.
Does nothing if IsEnabled is false.

void Update(T state);

Parameters

state T

The state to use.

Contents

  1. 0.1">DefaultEcs.System.">ISystem&#x3C;T>
  2. 1ISystem.Update(T) Method