[]
Connects two nodes inside the transform graph.
public void ConnectNode(TransformNode fromNode, TransformNode toNode, int toNodeInputIndex)
| Type | Name | Description |
|---|---|---|
| TransformNode | fromNode | The node from which the connection will be made. |
| TransformNode | toNode | The node to which the connection will be made. |
| int | toNodeInputIndex | The node input that will be connected. |