Class NodeUtility
Syntax
Properties
CustomNodeTypes
Declaration
public static List<CustomNodeInfo> CustomNodeTypes { get; }
Property Value
Methods
CreateNodeInstance(String)
Declaration
public static Node CreateNodeInstance(string assemblyQualifiedName)
Parameters
Type |
Name |
Description |
String |
assemblyQualifiedName |
|
Returns
GetNodeGUIName(String)
Declaration
public static string GetNodeGUIName(string className)
Parameters
Type |
Name |
Description |
String |
className |
|
Returns
GetNodeGUIName(Node)
Declaration
public static string GetNodeGUIName(Node node)
Parameters
Type |
Name |
Description |
Node |
node |
|
Returns
GetNodeOrderPriority(String)
Declaration
public static int GetNodeOrderPriority(string className)
Parameters
Type |
Name |
Description |
String |
className |
|
Returns
HasValidCustomNodeAttribute(Type)
Declaration
public static bool HasValidCustomNodeAttribute(Type t)
Parameters
Type |
Name |
Description |
Type |
t |
|
Returns