AddSystem<TSystem>()

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Registers a system type.

Syntax

public IContainer<TState> AddSystem<TSystem>()

Type parameters

TSystem

System type


Back to index