API ReferenceFacepunch.ActionGraphs

NodeOutputsclass

Named outputs of a node, that may link to the inputs of other nodes.

objectNodeParameters<T>NodeOutputs
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public sealed class Facepunch.ActionGraphs.NodeOutputs : Facepunch.ActionGraphs.NodeParameters<T>

Properties3

Showing 3 properties

public Facepunch.ActionGraphs.Node.Output Facepunch.ActionGraphs.NodeOutputs.Result { get; set; }PUBLICGETSET

Default output of most nodes that produce a single value.

Returns:Output

public Facepunch.ActionGraphs.Node.Output Facepunch.ActionGraphs.NodeOutputs.Signal { get; set; }PUBLICGETSET

Used by `Facepunch.ActionGraphs.NodeKind.Action` nodes.

Returns:Output

On this page