Execute(TState)

Method

Namespace: Ignis

Declared in: Ignis.SystemBase<TState>


Main method that gets executed when Ignis.IContainer<TState>.ExecuteSystems(TState) gets called. Implement your system's logic here.

Syntax

public abstract void Execute(
	TState state
)

Parameters

state

State parameter


Back to index