Api Facepunch ActionGraphs NodeAttribute
class

NodeAttribute

public class NodeAttribute : Attribute

Constructors

NodeAttribute(String identifier)

Used to define ActionGraph nodes using static methods, properties, or constructors.

identifier — A unique name to identify this node type.

Properties

Name Type Description
Identifier virtual String
DefaultInputSignal Boolean
DefaultOutputSignal Boolean
InheritAsync Boolean
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.NodeAttribute