Click or drag to resize

BaseStateTMachine, TContextReason Method

Called every frame just before Act(Single). Use this to check whether you should change state.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual void Reason()
Request Example View Source

Implements

IStateTMachine, TContextReason
See Also