'宣言 Public Sub ConnectNode( _ ByVal fromNode As TransformNode, _ ByVal toNode As TransformNode, _ ByVal toNodeInputIndex As System.Integer _ )
public void ConnectNode( TransformNode fromNode, TransformNode toNode, System.int toNodeInputIndex )
パラメータ
- 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.