Class ScriptNodeAttribute
Attribute that marks a class as a node for script graph.
Inheritance
System.Object
ScriptNodeAttribute
Syntax
public class ScriptNodeAttribute : Attribute
Constructors
ScriptNodeAttribute(String, String, Boolean)
Declaration
public ScriptNodeAttribute(string name, string category, bool canBeReferenceNode = true)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
category |
|
System.Boolean |
canBeReferenceNode |
|
Properties
CanBeReferenceNode
Declaration
public bool CanBeReferenceNode { get; }
Property Value
Type |
Description |
System.Boolean |
|
Category
Declaration
public string Category { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|