Class DefaultEntryRegistry
Inheritance
System.Object
DefaultEntryRegistry
Implements
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public class DefaultEntryRegistry : object, IEntryRegistry
Properties
Entries
Declaration
public ReadOnlyCollection<SearchTreeEntry> Entries { get; }
Property Value
Type | Description |
---|---|
ReadOnlyCollection<SearchTreeEntry> |
Paths
Declaration
public ReadOnlyCollection<string> Paths { get; }
Property Value
Type | Description |
---|---|
ReadOnlyCollection<System.String> |
Methods
Build()
Declaration
public void Build()