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