API ReferenceFacepunch.ActionGraphs
NodeOutputsclass
Named outputs of a node, that may link to the inputs of other nodes.
object→
NodeParameters<T>→NodeOutputsProperties3
Showing 3 properties
public System.Collections.Generic.IEnumerable`1<Facepunch.ActionGraphs.Link> Facepunch.ActionGraphs.NodeOutputs.Links { get; set; }
All current links from outputs of this node.
public Facepunch.ActionGraphs.Node.Output Facepunch.ActionGraphs.NodeOutputs.Result { get; set; }
Default output of most nodes that produce a single value.
public Facepunch.ActionGraphs.Node.Output Facepunch.ActionGraphs.NodeOutputs.Signal { get; set; }
Used by `Facepunch.ActionGraphs.NodeKind.Action` nodes.
No results match this filter.