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
ScriptNodeViewAttribute
Syntax
public class ScriptNodeViewAttribute : Attribute, _Attribute
Constructors
ScriptNodeViewAttribute(Type)
Declaration
public ScriptNodeViewAttribute(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Properties
Type
Declaration
public Type Type { get; }
Property Value
Implements