API ReferenceFacepunch.ActionGraphs
NodeAttributeclass
Constructors1
Showing 1 constructors
public NodeAttribute(string identifier)
Used to define ActionGraph nodes using static methods, properties, or constructors.
| Parameter | Type | Description |
|---|---|---|
| identifier | string | A unique name to identify this node type. |
No results match this filter.
Properties4
Showing 4 properties
public bool Facepunch.ActionGraphs.NodeAttribute.DefaultInputSignal { get; set; }
Returns:
bool—public bool Facepunch.ActionGraphs.NodeAttribute.DefaultOutputSignal { get; set; }
Returns:
bool—public virtual sealed string Facepunch.ActionGraphs.NodeAttribute.Identifier { get; set; }
Returns:
string—public bool Facepunch.ActionGraphs.NodeAttribute.InheritAsync { get; set; }
Returns:
bool—No results match this filter.