Class CustomPortIO
Inheritance
System.Object
CustomPortIO
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
|
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 |
|