AddComponent<TComponent>()

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Registers a component type.

Syntax

public IContainer<TState> AddComponent<TComponent>()

Type parameters

TComponent

Component type


Back to index