Click or drag to resize

FiniteStateMachineT Constructor (T)

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public FiniteStateMachine(
	T context
)
Request Example View Source

Parameters

context
Type: T
A shared context for the states.
See Also