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