LogicController
Class in LogicToolkit / Inherits from: object
Description
Main classes that control logic
Properties
| Property Name | Description |
|---|---|
| ActiveFunctionGraphCount | The number of active function graphs. |
| Blackboard | Root blackboard |
| BlackboardDataLink | Blackboard data link |
| FunctionGraphCount | Number of function graphs |
| MainGraph | Main graph |
Methods
| Method Name | Description |
|---|---|
| GetActiveFunctionGraphAt | Get the active function graph. |
| GetFunctionGraphAt | Get the function graph. |
| GetNodeComponent | Get a NodeComponent by specifying its type. |
| GetNodeComponents | Stores the found NodeComponent in a components by specifying the type. |
| TryGetFunctionGraph | Get the function graph. |