Show / Hide Table of Contents

Delegate CustomPortIODelegate

Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
public delegate void CustomPortIODelegate(BaseNode node, List<SerializableEdge> edges);
Parameters
Type Name Description
BaseNode node
System.Collections.Generic.List<SerializableEdge> edges
  • Improve this Doc
  • View Source
Back to top Generated by DocFX