API ReferenceFacepunch.ActionGraphs

Input<T>class

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.

objectInput<T>
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public sealed class Facepunch.ActionGraphs.Input<T>

Properties1

Showing 1 properties

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

Evaluate this input.

Returns:T

On this page