Delegate CustomPortBehaviorDelegate
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
public delegate IEnumerable<PortData> CustomPortBehaviorDelegate(List<SerializableEdge> edges);
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<SerializableEdge> | edges |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<PortData> |