Interface IEntryRegistry
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public interface IEntryRegistry
Properties
Entries
Gets all the registry's entries.
Declaration
ReadOnlyCollection<SearchTreeEntry> Entries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<T><UnityEditor.Experimental.GraphView.SearchTreeEntry> |
Paths
Declaration
ReadOnlyCollection<string> Paths { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<T><string> |
Methods
Build()
Builds (or rebuilds) the registry's entry list.
Declaration
void Build()