Class ConstantEntryRegistry
Builds and contains all the constant node search tree entries.
Inheritance
object
ConstantEntryRegistry
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 ConstantEntryRegistry : IEntryRegistry
Constructors
ConstantEntryRegistry(ScriptNodeViewTypesRegistry)
Declaration
public ConstantEntryRegistry(ScriptNodeViewTypesRegistry nodeViewTypesRegistry)
Parameters
Type | Name | Description |
---|---|---|
ScriptNodeViewTypesRegistry | nodeViewTypesRegistry |
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()