Click or drag to resize

FiniteStateMachineTChangeStateTState Method

Changes the active state to the given state type. An instance of that type should already had been registered to use this method.

Namespace:  Archon.SwissArmyLib.Automata
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TState ChangeState<TState>()
where TState : Object, IFsmState<T>
Request Example View Source

Type Parameters

TState

Return Value

Type: TState

[Missing <returns> documentation for "M:Archon.SwissArmyLib.Automata.FiniteStateMachine`1.ChangeState``1"]

See Also