DisableAutoInclusionOfNodesFromGraphAssembly
Indicates that nodes (i.e., subclasses of Node ) defined in the same assembly as the graph are not automatically added to the graph item library.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Field
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
DisableAutoInclusionOfNodesFromGraphAssembly = 2
Remarks
By default, this flag is disabled. This allows you to discover nodes without manually annotating each one with UseWithGraphAttribute. Developers who want full control over what appears in the graph item library might choose to enable this option.