Click or drag to resize
BehaviorTreeLibrary Methods

The BehaviorTreeLibrary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a behavior tree to the library and uses the passed name as its key.
Public methodContains
Determines whether the library contains a behavior tree with the passed name.
Public methodEquals(Object)
The equals.
(Overrides ObjectEquals(Object).)
Public methodEquals(BehaviorTreeLibrary)
The equals.
Public methodGet
Returns the behavior tree with the passed name from this library.
Public methodGetHashCode
The get hash code.
(Overrides ObjectGetHashCode.)
Public methodRemove(String)
Removes the behavior tree with the passed name from the library.
Public methodRemove(ITask)
Removes the behavior tree from the library.
Public methodSet
Sets a behavior tree to the library and uses the passed name as its key. Overwrites a behavior tree if the library already contains a behavior tree with the passed name.
Public methodSolveReferences
Solves all sub tree reference tasks and replaces them by real references to the sub tree.
Public methodSolveReferences(IBehaviorTree)
Solves all sub tree reference tasks and replaces them by real references to the sub tree.
Public methodTryGet
Tries to get the behavior tree with the passed name from this library.
Top
See Also