interface
IOutputValue
public interface IOutputValue Describes a node output in this scope. It can either have a local variable that gets set during the body of its node, or a constant expression that gets defined during the body.
Methods
virtual ParameterExpression GetLocalVariable() virtual Void Define(Expression expression) virtual Expression Assign(Expression expression) Assembly:
Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs.Compilation Full Name: Facepunch.ActionGraphs.Compilation.IOutputValue