Click or drag to resize
BehaviorTreeLibraryRemove Method (String)
Removes the behavior tree with the passed name from the library.

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

Parameters

behaviorTreeName
Type: SystemString
Name of the behavior tree.

Return Value

Type: Boolean
Returns if the behavior tree was successfully removed.
See Also