ExecuteSystems(TState)

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Executes the systems.

Syntax

public void ExecuteSystems(
	TState state
)

Parameters

state

State value passed to systems

See also

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

  • Back to index