Click or drag to resize
BehaviorTreeLibraryRemove Method (ITask)
Removes the behavior tree 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(
	ITask behaviorTree
)

Parameters

behaviorTree
Type: Slash.AI.BehaviorTrees.InterfacesITask
Behavior tree.

Return Value

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