Click or drag to resize

FiniteStateMachineT Constructor (T, IFsmStateT)

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,
	IFsmState<T> startState
)
Request Example View Source

Parameters

context
Type: T
startState
Type: Archon.SwissArmyLib.AutomataIFsmStateT
See Also