-
-
Notifications
You must be signed in to change notification settings - Fork 4
Nodes
mechPenSketch edited this page Jan 1, 2024
·
1 revision
These nodes are added by this plugin:
A node that manages which State is to be active. It is to have FSM Components as its children nodes.
In the FSM main screen, the FSM node is represented as a GraphEdit, showing all its FSM component children and their relations.
A node representing one part of an FSM system. It is to be a child of an FSM node.
In the FSM main screen, it is represented by a GraphElement. It has property graph_offset to record its co-ordinates.
The following are its extensions:
A node representing one type of behavior that would be in effect when active.
A node that determines when to change state.