Click or drag to resize

CycleStateMachine Methods

The CycleStateMachine type exposes the following members.

Methods
  NameDescription
Public methodCanFire (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.)
Public methodDispose (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.)
Public methodFire
Transition from the current state via the specified trigger. The target state is determined by the configuration of the current state. Actions associated with leaving the current state and entering the new one will be invoked.
(Overrides BaseStateMachine.Fire(UTP).)
Public methodFireError (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.)
Public methodFireWhenReady (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.)
Public methodIsInState (Inherited from BaseStateMachineCycleStateMachineState, CycleStateMachineTrigger.)
Top
See Also