connect_shader_graph_nodes
Connect two node ports in a VisualShader graph by providing the shader path, source node/port, and target node/port indices.
Instructions
Connect two node ports in a VisualShader graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to VisualShader .tres | |
| to_node | Yes | Target node index | |
| to_port | Yes | Target port index | |
| from_node | Yes | Source node index | |
| from_port | Yes | Source port index |