GetSystem(Type)

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Gets the system of the specified type.

Syntax

public SystemBase<TState> GetSystem(
	Type type
)

Parameters

type

System type


Back to index