Dynamic Switch#
A switch node that will enable the left side or right side depending on the input. Requires dynamic scheduling to work
Installation#
To use this Node, you must enable omni.graph.examples.python
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
switch |
|
Enables right value if greater than 0, else left value |
0 |
left_value |
|
Left value to output |
-1 |
right_value |
|
Right value to output |
1 |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
left_out |
|
Left side output |
0 |
right_out |
|
Right side output |
0 |