Show / Hide Table of Contents

Class NodeGraphProcessorMenuItems

To add the menu items that create node C# script templates files you can inherit from this class and use it's API combined with [MenuItem] See GraphProcessorMenuItems.cs in examples for implementation details

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

Methods

| Improve this Doc View Source

CreateDefaultNodeCSharpScritpt()

Declaration
protected static void CreateDefaultNodeCSharpScritpt()
| Improve this Doc View Source

CreateDefaultNodeViewCSharpScritpt()

Declaration
protected static void CreateDefaultNodeViewCSharpScritpt()
| Improve this Doc View Source

GetCurrentProjectWindowPath()

Declaration
protected static string GetCurrentProjectWindowPath()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX