Click or drag to resize

IFsmStateT Interface

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IFsmState<T> : IState<FiniteStateMachine<T>, T>

Type Parameters

T
The type of the context.

The IFsmStateT type exposes the following members.

Properties
Methods
See Also