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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.Input`1 |