 | BehaviorTreeLibrarySolveReferences Method (IBehaviorTree) |
Solves all sub tree reference tasks and replaces them by real references to the sub tree.
Namespace: Slash.AI.BehaviorTrees.ManagementAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic void SolveReferences(
IBehaviorTree tree
)
Public Sub SolveReferences (
tree As IBehaviorTree
)
public:
void SolveReferences(
IBehaviorTree^ tree
)
member SolveReferences :
tree : IBehaviorTree -> unit
Parameters
- tree
- Type: Slash.AI.BehaviorTrees.InterfacesIBehaviorTree
Tree in which to solve references.
See Also