Api Facepunch ActionGraphs NodeInputs
class

NodeInputs

public sealed class NodeInputs : NodeParameters<T>

Named inputs of a node, that may either link to the outputs of other nodes, or be assigned a constant value.

Properties

Name Type Description
Signal Input Used by Action nodes.
Target Input Used by: PropertyCallMethod
Result Input Used by: Output
Value Input Used by: PropertySetVar
Links IEnumerable<Link> All current links into inputs of this node.
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.NodeInputs