Description

Abstract base class for a serialized runtime input port in a node in a ReturnGraph. Used to inform an IConditionEvaluator whether to use a value from the provided RgBlackboard for the listed variable name, or to use a static value referenced by this class.

This system allows for input port values that are normally static values to be overridden with blackboard variables.

Properties

Property Description
PortName The name of the port

RgInputPortVariableKey

RgInputPortConstant<T>