Class ConstantNodeViewAttribute
This attribute is used to mark classes as node views for constant nodes. Marking a constant node view of a certain type, will allow for the creation of constant nodes with that type in the script graph editor.
Implements
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph.Editor
Syntax
public class ConstantNodeViewAttribute : Attribute, _Attribute
Constructors
ConstantNodeViewAttribute(Type)
Declaration
public ConstantNodeViewAttribute(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Properties
Type
The type of the constant node value.
Declaration
public Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |