API ReferenceFacepunch.ActionGraphs
NodeInputsclass
Named inputs of a node, that may either link to the outputs of other nodes, or be assigned a constant value.
object→
NodeParameters<T>→NodeInputsProperties5
Showing 5 properties
public System.Collections.Generic.IEnumerable`1<Facepunch.ActionGraphs.Link> Facepunch.ActionGraphs.NodeInputs.Links { get; set; }
All current links into inputs of this node.
public Facepunch.ActionGraphs.Node.Input Facepunch.ActionGraphs.NodeInputs.Result { get; set; }
Used by: `Facepunch.ActionGraphs.NodeLibrary.Output`
public Facepunch.ActionGraphs.Node.Input Facepunch.ActionGraphs.NodeInputs.Signal { get; set; }
Used by `Facepunch.ActionGraphs.NodeKind.Action` nodes.
public Facepunch.ActionGraphs.Node.Input Facepunch.ActionGraphs.NodeInputs.Target { get; set; }
Used by: `Facepunch.ActionGraphs.NodeLibrary.Property``Facepunch.ActionGraphs.NodeLibrary.CallMethod`
public Facepunch.ActionGraphs.Node.Input Facepunch.ActionGraphs.NodeInputs.Value { get; set; }
Used by: `Facepunch.ActionGraphs.NodeLibrary.Property``!:NodeLibrary.SetVar`
No results match this filter.