Click or drag to resize
BehaviorTreeLibraryContains Method
Determines whether the library contains a behavior tree with the passed name.

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

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