State Machine

Overview

The State Machine view provides the editor for State Machine objects within a Grid Studio project.

State machines represent an alternative programming approach within Grid Studio. Instead of using node-based logic, they are typically configured through a table-based interface, where columns represent states that can be evaluated or triggered during runtime.

The view displays the states and transitions that define the behavior of a state machine, allowing users to inspect and modify its structure.


Dynamic Behavior

The State Machine view supports dynamic view behavior.

When a State Machine object is selected, the view automatically displays the corresponding state machine.

Like other dynamic views, the view can also be locked to a specific object to prevent it from updating when the selection changes.


Purpose

The State Machine view provides a visual environment for designing and inspecting state-based logic used within a project.


  • State Machine – Detailed information about creating and configuring state machines

Last updated