Click or drag to resize

IStateTMachine, TContextAct Method

Called every frame after Reason, if the state hasn't been changed.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Act(
	float deltaTime
)
Request Example View Source

Parameters

deltaTime
Type: SystemSingle

[Missing <param name="deltaTime"/> documentation for "M:Archon.SwissArmyLib.Automata.IState`2.Act(System.Single)"]

See Also