Class ScriptNodeViewAttribute
This attribute is used to mark classes as node views for script nodes. Marking a node view will allow for the creation of nodes of that type in the script graph editor.
Inheritance
System.Object
ScriptNodeViewAttribute
Namespace: InsaneScatterbrain.ScriptGraph.Editor
Syntax
public class ScriptNodeViewAttribute : Attribute
Constructors
ScriptNodeViewAttribute(Type)
Declaration
public ScriptNodeViewAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Properties
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
Type |