Class DefaultEntryRegistry
Implements
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph.Editor.NodeSearch
Syntax
public class DefaultEntryRegistry : IEntryRegistry
Properties
Entries
Gets all the registry's 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<string> |
Methods
Build()
Declaration
public void Build()