Class GraphEntryRegistry
Inheritance
object
GraphEntryRegistry
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public class GraphEntryRegistry : IEntryRegistry
Constructors
GraphEntryRegistry(ScriptGraphGraph)
Declaration
public GraphEntryRegistry(ScriptGraphGraph graph)
Parameters
Type | Name | Description |
---|---|---|
ScriptGraphGraph | graph |
Properties
Entries
Declaration
public ReadOnlyCollection<SearchTreeEntry> Entries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<T><UnityEditor.Experimental.GraphView.SearchTreeEntry> |
Paths
Declaration
public ReadOnlyCollection<string> Paths { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<T><string> |
Methods
Build()
Declaration
public void Build()