InitializeSystems(TState)

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Initializes the systems.

Syntax

public void InitializeSystems(
	TState state
)

Parameters

state

State value passed to systems

See also

  • Ignis.SystemBase<TState>.Initialize(TState)

  • Back to index