Description

Interface for a condition evaluator that evaluates logic based on the provided RgBlackboard and list of RgInputPorts.

Properties

Property Description
Constants List of RgInputPorts that represent static values carried over from a ‣.

Methods

Method Description
GetVariablePorts Retrieves all ‣s representing variables
GetConstantPorts Retrieves all ‣s representing constant values.
Evaluate Evaluates the specified condition logic using the provided RgBlackboard and list of RgInputPorts.
GetPortValue<T> Retrieves the value associated with a given ‣. Resolves the value from the provided RgBlackboard or list of RgInputPorts.

<aside> <img src="notion://custom_emoji/38e5fa5a-d9c0-818c-91ea-00035c0de10f/2605fa5a-d9c0-805d-864c-007a833326a4" alt="notion://custom_emoji/38e5fa5a-d9c0-818c-91ea-00035c0de10f/2605fa5a-d9c0-805d-864c-007a833326a4" width="40px" />

Below is a list of the default evaluators that come included with ReturnGraph.

</aside>

Untitled