Class ScriptNodeViewTypesRegistry
Contains data on which script node view goes with which script node.
Inheritance
object
ScriptNodeViewTypesRegistry
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
Syntax
public class ScriptNodeViewTypesRegistry
Properties
NodeViewTypeByConstantType
Gets the node view types by their constant types.
Declaration
public IReadOnlyDictionary<Type, Type> NodeViewTypeByConstantType { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><System.Type, System.Type> |
NodeViewTypeByNodeType
Gets the node views types by their node types.
Declaration
public IReadOnlyDictionary<Type, Type> NodeViewTypeByNodeType { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><System.Type, System.Type> |
Methods
Initialize()
Initializes the registry.
Declaration
public void Initialize()