Click or drag to resize
BehaviorTreeLibrarySolveReferences Method (IBehaviorTree)
Solves all sub tree reference tasks and replaces them by real references to the sub tree.

Namespace: Slash.AI.BehaviorTrees.Management
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public void SolveReferences(
	IBehaviorTree tree
)

Parameters

tree
Type: Slash.AI.BehaviorTrees.InterfacesIBehaviorTree
Tree in which to solve references.
See Also