'Declaration Public Sub ConnectNode( _ ByVal fromNode As TransformNode, _ ByVal toNode As TransformNode, _ ByVal toNodeInputIndex As Integer _ )
public void ConnectNode( TransformNode fromNode, TransformNode toNode, int toNodeInputIndex )
Parameters
- fromNode
- The node from which the connection will be made.
- toNode
- The node to which the connection will be made.
- toNodeInputIndex
- The node input that will be connected.