Click or drag to resize
FSMTState, TDataGoTo Method
Overload List
  NameDescription
Public methodGoTo(TState)
Produce transition to other state. Return this from a state function in order to effect the transition.
Public methodGoTo(TState, TData)
Produce transition to other state. Return this from a state function in order to effect the transition.
Top
See Also