 | BehaviorTreeLibraryContains Method |
Determines whether the library contains a behavior tree with the passed name.
Namespace: Slash.AI.BehaviorTrees.ManagementAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Contains(
string behaviorTreeName
)
Public Function Contains (
behaviorTreeName As String
) As Boolean
public:
bool Contains(
String^ behaviorTreeName
)
member Contains :
behaviorTreeName : string -> bool
Parameters
- behaviorTreeName
- Type: SystemString
Behavior tree name.
Return Value
Type:
Boolean True if the library contains a behavior tree with the passed name; otherwise, false.
See Also