Show / Hide Table of Contents

Class CustomPortIO

Inheritance
System.Object
CustomPortIO
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
public static class CustomPortIO

Methods

| Improve this Doc View Source

GetCustomPortMethod(Type, String)

Declaration
public static CustomPortIODelegate GetCustomPortMethod(Type nodeType, string fieldName)
Parameters
Type Name Description
System.Type nodeType
System.String fieldName
Returns
Type Description
CustomPortIODelegate
| Improve this Doc View Source

IsAssignable(Type, Type)

Declaration
public static bool IsAssignable(Type input, Type output)
Parameters
Type Name Description
System.Type input
System.Type output
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX