 | BehaviorTreeLibraryRemove Method (String) |
Removes the behavior tree with the passed name from the library.
Namespace: Slash.AI.BehaviorTrees.ManagementAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Remove(
string behaviorTreeName
)
Public Function Remove (
behaviorTreeName As String
) As Boolean
public:
bool Remove(
String^ behaviorTreeName
)
member Remove :
behaviorTreeName : string -> bool
Parameters
- behaviorTreeName
- Type: SystemString
Name of the behavior tree.
Return Value
Type:
Boolean Returns if the behavior tree was successfully removed.
See Also