API ReferenceFacepunch.ActionGraphs
public class Facepunch.ActionGraphs.NodeAttribute : System.Attribute
Constructors
Showing 1 constructors
public NodeAttribute(string identifier)
Used to define ActionGraph nodes using static methods, properties, or constructors.
Parameters
identifier: A unique name to identify this node type.
No results match this filter.
Properties
Showing 4 properties
public bool Facepunch.ActionGraphs.NodeAttribute.DefaultInputSignal { get; set; }
public bool Facepunch.ActionGraphs.NodeAttribute.DefaultOutputSignal { get; set; }
public virtual sealed string Facepunch.ActionGraphs.NodeAttribute.Identifier { get; set; }
public bool Facepunch.ActionGraphs.NodeAttribute.InheritAsync { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.NodeAttribute |