BehaviourTreeExecutor

Class in Arbor.BehaviourTree / Inherits from: object

Description

A class that executes a behaviour tree.

Properties

Property Name Description
currentNode Current active node
playState Play state
rootNode root node

Methods

Method Name Description
FixedUpdate Perform an FixedUpdate.
IsRevaluation It returns the reevaluation node.
LateUpdate Perform an LateUpdate.
Pause Pause playback.
Play Start playing.
Resume Resume playing.
Stop Stopping playback.
Update Update