Home »User Interface»Graph View
Index

Graph View

The Graph View is a visual editor used to build and test state machines.

Adding States

There are a few ways to add new states:

  • Right click the canvas and select Add State
  • Copy/Paste another State.
  • Paste a Template as new States.
  • Drag an action from the Action Browser into the Graph View.
  • Ctrl Click the canvas to quickly make a new state.

Adding Transition Events

There are a few ways to add Transition Events to a State:

  • Right click a State and select Add Transition
  • Right click a State and select Add Global Transition
  • Ctrl Click a State to add a new Transition

Creating Transitions Between States

There are a few ways to create Transitions between States:

  • Drag a link from a Transition Event to another State.
  • Ctrl Drag a link from a Transition Event to create a new target State.