Click or drag to resize
AgentData Methods

The AgentData type exposes the following members.

Methods
  NameDescription
Public methodGetTaskDataT
Tries to cast the current task data to the specified type and returns it. Throws an exception if there is no current task data or if it couldn't be casted.
Public methodPostUpdate
Called after behavior tree was updated.
Public methodPreUpdate
Called before behavior tree is updated.
Top
See Also