Click or drag to resize

FiniteStateMachineTContext Property

A shared context which all states have access to.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T Context { get; }
Request Example View Source

Property Value

Type: T
See Also