API ReferenceFacepunch.ActionGraphs

NodeAttributeclass

objectAttributeNodeAttribute
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public class Facepunch.ActionGraphs.NodeAttribute : System.Attribute

Constructors1

Showing 1 constructors

public NodeAttribute(string identifier)PUBLICCONSTRUCTOR

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

ParameterTypeDescription
identifierstringA unique name to identify this node type.

Properties4

Showing 4 properties

public bool Facepunch.ActionGraphs.NodeAttribute.DefaultInputSignal { get; set; }PUBLICGETSETINGEST

Returns:bool

public bool Facepunch.ActionGraphs.NodeAttribute.DefaultOutputSignal { get; set; }PUBLICGETSET

Returns:bool

public virtual sealed string Facepunch.ActionGraphs.NodeAttribute.Identifier { get; set; }PUBLICVIRTUALGETSET

Returns:string

public bool Facepunch.ActionGraphs.NodeAttribute.InheritAsync { get; set; }PUBLICGETSET

Returns:bool

On this page