AComponentSystem_TState,TComponent_.AComponentSystem(World).md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.System.AComponentSystem<TState,TComponent>

AComponentSystem(World) Constructor

Initialise a new instance of the AComponentSystem<TState,TComponent> class with the given World.

protected AComponentSystem(DefaultEcs.World world);

Parameters

world World

The World on which to process the update.

Exceptions

System.ArgumentNullException
world is null.

Contents

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