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