BehaviorTreeNode

BehaviorTreeNode

Abstract behavior tree nodes.

Constructor

(protected) new BehaviorTreeNode()

Description:
  • Creates a new behavior tree node.
Source:
Example
class BehaviorTreeNodeExample extends BehaviorTreeNode {}

Methods

tick($timetick) → {boolean}

Description:
  • Updates the behavior tree by one tick update.
Source:
Parameters:
Name Type Description
$timetick number The tick duration (in ms).
Returns:
Type
boolean