CreateContainer<TState>()

Method

Namespace: Ignis.Containers

Declared in: Ignis.Containers.ContainerFactory


Creates an ECS container.

Syntax

public static IContainer<TState> CreateContainer<TState>()

Type parameters

TState

Type of state parameter that gets passed to systems.


Back to index