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 |
---|---|
ReadOnlyCollection<SearchTreeEntry> |
Paths
Declaration
ReadOnlyCollection<string> Paths { get; }
Property Value
Type | Description |
---|---|
ReadOnlyCollection<string> |