Show / Hide Table of Contents

Class NodeProvider

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

Methods

| Improve this Doc View Source

GetNodeMenuEntries()

Declaration
public static Dictionary<string, Type> GetNodeMenuEntries()
Returns
Type Description
System.Collections.Generic.Dictionary<System.String, System.Type>
| Improve this Doc View Source

GetNodeScript(Type)

Declaration
public static string GetNodeScript(Type type)
Parameters
Type Name Description
System.Type type
Returns
Type Description
System.String
| Improve this Doc View Source

GetNodeViewScript(Type)

Declaration
public static string GetNodeViewScript(Type type)
Parameters
Type Name Description
System.Type type
Returns
Type Description
System.String
| Improve this Doc View Source

GetNodeViewTypeFromType(Type)

Declaration
public static Type GetNodeViewTypeFromType(Type nodeType)
Parameters
Type Name Description
System.Type nodeType
Returns
Type Description
System.Type
| Improve this Doc View Source

GetSlotTypes()

Declaration
public static List<Type> GetSlotTypes()
Returns
Type Description
System.Collections.Generic.List<System.Type>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX