Click or drag to resize
BehaviorTreeLibraryGet Method
Returns the behavior tree with the passed name from this library.

Namespace: Slash.AI.BehaviorTrees.Management
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public ITask Get(
	string behaviorTreeName
)

Parameters

behaviorTreeName
Type: SystemString
Behavior tree name.

Return Value

Type: ITask
Behavior tree which was stored under the passed name.
See Also