class
Input<T>
public sealed class Input<T> Helper type for input parameters of methods marked with NodeAttribute. The value of this input can be evaluated on demand, for cases where it may change during the invocation of the node.
Type Parameters
T Actual input type. Properties
| Name | Type | Description |
|---|---|---|
Value | T | Evaluate this input. |
Assembly:
Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.Input<T>