Show / Hide Table of Contents

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>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX