Class ScriptNodeViewTypesRegistry
Contains data on which script node view goes with which script node.
Inheritance
System.Object
ScriptNodeViewTypesRegistry
Namespace: InsaneScatterbrain.ScriptGraph.Editor
Syntax
public class ScriptNodeViewTypesRegistry : object
Properties
NodeViewTypeByConstantType
Gets the node view types by their constant types.
Declaration
public IReadOnlyDictionary<Type, Type> NodeViewTypeByConstantType { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<Type, Type> |
NodeViewTypeByNodeType
Gets the node views types by their node types.
Declaration
public IReadOnlyDictionary<Type, Type> NodeViewTypeByNodeType { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<Type, Type> |
Methods
Initialize()
Initializes the registry.
Declaration
public void Initialize()