Click or drag to resize
BehaviorTree Methods

The BehaviorTree type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodDeactivate
Deactivation.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(BehaviorTree)
Determines whether the specified BehaviorTree is equal to the current BehaviorTree.
Public methodGetActiveTasks
Generates a collection of active task nodes under this task. Used for debugging only.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodUpdate
Per frame data.
Top
See Also