Sequence
Activates one of two downstream graphs, alternating between the two. No consideration is made whether there is actually a graph downstream of either output.
Installation
To use this node enable omni.graph.action_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec In (inputs:execIn) |
|
Signal to the graph that this node is ready to be executed. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
A (outputs:a) |
|
On odd-numbered executions, signal to the graph that execution can continue downstream. |
None |
B (outputs:b) |
|
On even-numbered executions, signal to the graph that execution can continue downstream. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.action.Sequence |
Version |
2 |
Extension |
omni.graph.action_nodes |
Icon |
ogn/icons/omni.graph.action.Sequence.svg |
Has State? |
True |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
hidden |
true |
uiName |
Sequence |
Categories |
graph:action,flowControl |
Generated Class Name |
OgnSequenceDatabase |
Python Module |
omni.graph.action_nodes |