| BehaviorTree Methods |
The BehaviorTree type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
| |
| Deactivate |
Deactivation.
| |
| Equals(Object) | (Overrides ObjectEquals(Object).) | |
| Equals(BehaviorTree) |
Determines whether the specified BehaviorTree is equal to the current BehaviorTree.
| |
| GetActiveTasks |
Generates a collection of active task nodes under this task. Used for debugging only.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
| Update |
Per frame data.
|