 | BehaviorTreeLibraryRemove Method (ITask) |
Removes the behavior tree from the library.
Namespace: Slash.AI.BehaviorTrees.ManagementAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Remove(
ITask behaviorTree
)
Public Function Remove (
behaviorTree As ITask
) As Boolean
public:
bool Remove(
ITask^ behaviorTree
)
member Remove :
behaviorTree : ITask -> bool
Parameters
- behaviorTree
- Type: Slash.AI.BehaviorTrees.InterfacesITask
Behavior tree.
Return Value
Type:
Boolean Returns if the behavior tree was successfully removed.
See Also