Interface IDSLHandler
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public interface IDSLHandler : IDisposable
Methods
Connect(NodeSet, NodeHandle, OutputPortID, NodeHandle, InputPortID)
Declaration
void Connect(NodeSet set, NodeHandle source, OutputPortID sourcePort, NodeHandle destination, InputPortID destinationPort)
Parameters
Type | Name | Description |
---|---|---|
NodeSet | set | |
NodeHandle | source | |
OutputPortID | sourcePort | |
NodeHandle | destination | |
InputPortID | destinationPort |
Disconnect(NodeSet, NodeHandle, OutputPortID, NodeHandle, InputPortID)
Declaration
void Disconnect(NodeSet set, NodeHandle source, OutputPortID sourcePort, NodeHandle destination, InputPortID destinationPort)
Parameters
Type | Name | Description |
---|---|---|
NodeSet | set | |
NodeHandle | source | |
OutputPortID | sourcePort | |
NodeHandle | destination | |
InputPortID | destinationPort |