Property Variables
Variables
Gets the hierarchical source cache for the variables used by the behavior tree. This cache stores variables in a hierarchical structure, allowing for efficient access and management of the variables needed by the tree's nodes.
Declaration
IHierarchicalSourceCache<AuraVariable, string> Variables { get; }
Property Value
Type | Description |
---|---|
IHierarchicalSourceCache<AuraVariable, string> | The hierarchical source cache for the behavior tree variables. |