s&box docs
API ReferenceFacepunch.ActionGraphs

public sealed class Facepunch.ActionGraphs.Input<T>

Helper type for input parameters of methods marked with `Facepunch.ActionGraphs.NodeAttribute`. The value of this input can be evaluated on demand, for cases where it may change during the invocation of the node.

Properties

Showing 1 properties

public T Facepunch.ActionGraphs.Input<T>.Value { get; set; }

Evaluate this input.

Metadata

FieldValue
NamespaceFacepunch.ActionGraphs
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.Input`1

On this page